PHP Класс Stolz\Assets\Laravel\Facade

Наследование: extends Illuminate\Support\Facades\Facade
Показать файл Открыть проект

Открытые методы

Метод Описание
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