PHP 인터페이스 FluxBB\Web\Assets\ContainerInterface

파일 보기 프로젝트 열기: fluxbb/core

공개 메소드들

메소드 설명
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.

메소드 상세

forget() 공개 메소드

Forget the given named asset.
public forget ( string $name ) : FluxBB\Web\Assets\ContainerInterface
$name string
리턴 FluxBB\Web\Assets\ContainerInterface

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