PHP 클래스 Cviebrock\ImageValidator\ImageValidatorServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: cviebrock/image-validator

보호된 프로퍼티들

프로퍼티 타입 설명
$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