MiniAsset\Output\CachedCompiler::__construct PHP Method

__construct() public method

public __construct ( AssetCacher $cacher, Compiler $compiler )
$cacher AssetCacher
$compiler Compiler
    public function __construct(AssetCacher $cacher, Compiler $compiler)
    {
        $this->cacher = $cacher;
        $this->compiler = $compiler;
    }