PHP Класс MiniAsset\Output\CachedCompiler

Наследование: implements MiniAsset\Output\CompilerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.