MiniAsset\File\Target::__construct PHP Метод

__construct() публичный Метод

public __construct ( AssetTarget $target, MiniAsset\Output\CompilerInterface $compiler )
$target MiniAsset\AssetTarget
$compiler MiniAsset\Output\CompilerInterface
    public function __construct(AssetTarget $target, CompilerInterface $compiler)
    {
        $this->target = $target;
        $this->compiler = $compiler;
    }