PHP Class Stolz\Assets\Laravel\Facade

Inheritance: extends Illuminate\Support\Facades\Facade
Show file Open project: stolz/assets

Public Methods

Method Description
group ( string $group = 'default' ) : Manager Get the instance of the assets manager for a given group.

Protected Methods

Method Description
getFacadeAccessor ( ) : string Get the registered name of the component.

Method Details

getFacadeAccessor() protected static method

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

group() public static method

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