Свойство | Тип | Описание | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. | |
$rules |
Метод | Описание | |
---|---|---|
boot ( ) : void | Bootstrap the application events. | |
getRules ( ) : array | Get the list of new rules being added to the validator. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) : void | Register the service provider. |
Метод | Описание | |
---|---|---|
addNewRules ( ) | Add new rules to the validator. | |
extendValidator ( string $rule ) : void | Extend the validator with new rules. |
protected extendValidator ( string $rule ) : void | ||
$rule | string | |
Результат | void |
protected bool $defer | ||
Результат | boolean |