PHP 클래스 Stevemo\Cpanel\CpanelServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: stevemo/cpanel

보호된 프로퍼티들

프로퍼티 타입 설명
$defer boolean Indicates if loading of the provider is deferred.

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.
registerCommands ( ) : void Register console commands cpanel:install Register console commands cpanel:user
registerGroup ( ) Register Group binding
registerPassword ( ) Register bindings for the password reset
registerPermission ( ) Register Permission module component
registerUser ( ) Register User binding

메소드 상세

boot() 공개 메소드

Bootstrap the application events.
public boot ( ) : void
리턴 void

provides() 공개 메소드

Get the services provided by the provider.
public provides ( ) : array
리턴 array

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

registerCommands() 공개 메소드

Register console commands cpanel:install Register console commands cpanel:user
저자: Steve Montambeault
public registerCommands ( ) : void
리턴 void

registerGroup() 공개 메소드

Register Group binding
저자: Steve Montambeault
public registerGroup ( )

registerPassword() 공개 메소드

Register bindings for the password reset
저자: Steve Montambeault
public registerPassword ( )

registerPermission() 공개 메소드

Register Permission module component
저자: Steve Montambeault
public registerPermission ( )

registerUser() 공개 메소드

Register User binding
저자: Steve Montambeault
public registerUser ( )

프로퍼티 상세

$defer 보호되어 있는 프로퍼티

Indicates if loading of the provider is deferred.
protected bool $defer
리턴 boolean