PHP Class AssetCompress\Shell\Task\AssetBuildTask

Inheritance: extends Cake\Console\Shell
Show file Open project: markstory/asset_compress

Protected Properties

Property Type Description
$config
$factory

Public Methods

Method Description
build ( ) : void Build all the files declared in the Configuration object.
setConfig ( AssetConfig $config ) : void Set the Configuration object that will be used.

Protected Methods

Method Description
_buildTarget ( AssetTarget $build ) : void Generate and save the cached file for a build target.

Method Details

_buildTarget() protected method

Generate and save the cached file for a build target.
protected _buildTarget ( AssetTarget $build ) : void
$build MiniAsset\AssetTarget The build to generate.
return void

build() public method

Build all the files declared in the Configuration object.
public build ( ) : void
return void

setConfig() public method

Set the Configuration object that will be used.
public setConfig ( AssetConfig $config ) : void
$config MiniAsset\AssetConfig The config object.
return void

Property Details

$config protected property

protected $config

$factory protected property

protected $factory