Property | Type | Description | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. | |
$rules |
Method | Description | |
---|---|---|
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. |
Method | Description | |
---|---|---|
addNewRules ( ) | Add new rules to the validator. | |
extendValidator ( string $rule ) : void | Extend the validator with new rules. |
protected extendValidator ( string $rule ) : void | ||
$rule | string | |
return | void |
protected bool $defer | ||
return | boolean |