PHP 클래스 Stolz\Assets\Laravel\Facade

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

공개 메소드들

메소드 설명
group ( string $group = 'default' ) : Manager Get the instance of the assets manager for a given group.

보호된 메소드들

메소드 설명
getFacadeAccessor ( ) : string Get the registered name of the component.

메소드 상세

getFacadeAccessor() 보호된 정적인 메소드

Get the registered name of the component.
protected static getFacadeAccessor ( ) : string
리턴 string

group() 공개 정적인 메소드

Get the instance of the assets manager for a given group.
public static group ( string $group = 'default' ) : Manager
$group string
리턴 Stolz\Assets\Manager