PHP Class Stolz\Assets\Laravel\Facade

Inheritance: extends Illuminate\Support\Facades\Facade
Afficher le fichier Open project: stolz/assets

Méthodes publiques

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

Méthodes protégées

Méthode Description
getFacadeAccessor ( ) : string Get the registered name of the component.

Method Details

getFacadeAccessor() protected static méthode

Get the registered name of the component.
protected static getFacadeAccessor ( ) : string
Résultat string

group() public static méthode

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