PHP 클래스 Sleimanx2\Plastic\PlasticServiceProvider

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

공개 메소드들

메소드 설명
boot ( ) : void Perform post-registration booting of services.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
registerAlias ( ) Register the Plastic alias.
registerManager ( ) Register plastic's Manager and connection.
registerMappings ( ) Register the mappings service provider.

메소드 상세

boot() 공개 메소드

Perform post-registration booting of services.
public boot ( ) : void
리턴 void

register() 공개 메소드

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

registerAlias() 보호된 메소드

Register the Plastic alias.
protected registerAlias ( )

registerManager() 보호된 메소드

Register plastic's Manager and connection.
protected registerManager ( )

registerMappings() 보호된 메소드

Register the mappings service provider.
protected registerMappings ( )