Метод |
Описание |
|
__construct ( Proengsoft\JsValidation\Javascript\ValidatorHandler $validator, array $options = [] ) |
|
|
__get ( $name ) : string |
Gets value from view data. |
|
__toString ( ) : string |
Get the string resulting of render default view. |
|
ignore ( string $ignore ) : JavascriptValidator |
Set the input selector to ignore for validation. |
|
remote ( boolean | null $enabled = true ) : JavascriptValidator |
Enables or disables remote validations. |
|
render ( Illuminate\Contracts\View\View | string | null $view = null, string | null $selector = null ) : string |
Render the specified view with validator data. |
|
selector ( string $selector ) : JavascriptValidator |
Set the form selector to validate. |
|
setSelector ( string $selector ) |
Set the form selector to validate. |
|
sometimes ( string $attribute, string | array $rules ) : JavascriptValidator |
Validate Conditional Validations using Ajax in specified fields. |
|
toArray ( ) : array |
Get the view data as an array. |
|
view ( Illuminate\Contracts\View\View | string | null $view ) : JavascriptValidator |
Set the view to render Javascript Validations. |
|