PHP Класс Cviebrock\ImageValidator\ImageValidatorServiceProvider

Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Описание методов

addNewRules() защищенный Метод

Add new rules to the validator.
protected addNewRules ( )

boot() публичный Метод

Bootstrap the application events.
public boot ( ) : void
Результат void

extendValidator() защищенный Метод

Extend the validator with new rules.
protected extendValidator ( string $rule ) : void
$rule string
Результат void

getRules() публичный Метод

Get the list of new rules being added to the validator.
public getRules ( ) : array
Результат array

provides() публичный Метод

Get the services provided by the provider.
public provides ( ) : array
Результат array

register() публичный Метод

Register the service provider.
public register ( ) : void
Результат void

Описание свойств

$defer защищенное свойство

Indicates if loading of the provider is deferred.
protected bool $defer
Результат boolean

$rules защищенное свойство

protected $rules