\app\validateTeacherConf

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
matchDepart()
$rule
$message
N/A
No private methods found
No private properties found
N/A

Properties

$rule

$rule : array

定义验证规则 格式:'字段名' => ['规则1','规则2'.

..]

Type

array

$message

$message : array

定义错误信息 格式:'字段名.规则名' => '错误信息'

Type

array

Methods

matchDepart()

matchDepart(string  $value, string  $rule) : boolean

自定义正则校验

Parameters

string $value
string $rule

Returns

boolean