FluxBB\Web\Assets\ContainerInterface::load PHP 메소드

load() 공개 메소드

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