PHP Class MiniAsset\Output\CachedCompiler

Inheritance: implements MiniAsset\Output\CompilerInterface
Afficher le fichier Open project: markstory/mini-asset

Méthodes publiques

Méthode Description
__construct ( AssetCacher $cacher, Compiler $compiler )
generate ( AssetTarget $build ) : The Generate a compiled asset, with all the configured filters applied.

Method Details

__construct() public méthode

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

generate() public méthode

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