getClientOptions() protected method
Returns the client-side validation options.
protected array getClientOptions ( $model, $attribute ) | ||
---|---|---|
$model | yii\base\Model |
The model being validated |
$attribute | string |
The attribute name being validated |
return | array |
The client-side validation options |
Please login to continue.