PHP Interface FluxBB\Web\Assets\ContainerInterface

Afficher le fichier Open project: fluxbb/core

Méthodes publiques

Méthode Description
forget ( string $name ) : FluxBB\Web\Assets\ContainerInterface Forget the given named asset.
load ( string $name, string $path ) : FluxBB\Web\Assets\ContainerInterface Include the given asset file and remember it under the given name.

Method Details

forget() public méthode

Forget the given named asset.
public forget ( string $name ) : FluxBB\Web\Assets\ContainerInterface
$name string
Résultat FluxBB\Web\Assets\ContainerInterface

load() public méthode

Include the given asset file and remember it under the given name.
public load ( string $name, string $path ) : FluxBB\Web\Assets\ContainerInterface
$name string
$path string
Résultat FluxBB\Web\Assets\ContainerInterface