PHP 클래스 MiniAsset\Output\CachedCompiler

상속: implements MiniAsset\Output\CompilerInterface
파일 보기 프로젝트 열기: markstory/mini-asset

공개 메소드들

메소드 설명
__construct ( AssetCacher $cacher, Compiler $compiler )
generate ( AssetTarget $build ) : The Generate a compiled asset, with all the configured filters applied.

메소드 상세

__construct() 공개 메소드

public __construct ( AssetCacher $cacher, Compiler $compiler )
$cacher AssetCacher
$compiler Compiler

generate() 공개 메소드

Generate a compiled asset, with all the configured filters applied.
public generate ( AssetTarget $build ) : The
$build MiniAsset\AssetTarget
리턴 The processed result of $target and it dependencies.