PHP 클래스 Stolz\Assets\Laravel\ServiceProvider

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

공개 메소드들

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

보호된 메소드들

메소드 설명
registerAssetsManagerInstance ( string $name, array $config ) : void Register an instance of the assets manager library in the IoC container.

메소드 상세

boot() 공개 메소드

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

register() 공개 메소드

Register bindings in the container.
public register ( ) : void
리턴 void

registerAssetsManagerInstance() 보호된 메소드

Register an instance of the assets manager library in the IoC container.
protected registerAssetsManagerInstance ( string $name, array $config ) : void
$name string Name of the group
$config array Config of the group
리턴 void