AssetCompress\Shell\Task\AssetBuildTask::setConfig PHP Method

setConfig() public method

Set the Configuration object that will be used.
public setConfig ( AssetConfig $config ) : void
$config MiniAsset\AssetConfig The config object.
return void
    public function setConfig(AssetConfig $config)
    {
        $this->config = $config;
        $this->factory = new Factory($config);
    }