FluxBB\Web\Assets\ContainerInterface::load PHP Method

load() public method

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
return FluxBB\Web\Assets\ContainerInterface
    public function load($name, $path);
ContainerInterface