MiniAsset\File\Target::__construct PHP Method

__construct() public method

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;
    }