Property | Type | Description | |
---|---|---|---|
$not | whether to invert the validation logic. Defaults to false. If set to true, the regular expression defined via [[pattern]] should NOT match the attribute value. | ||
$pattern | the regular expression to be matched with |
Method | Description | |
---|---|---|
clientValidateAttribute ( $model, $attribute, $view ) | ||
init ( ) |
Method | Description | |
---|---|---|
validateValue ( $value ) |
public clientValidateAttribute ( $model, $attribute, $view ) |
public $not |