PHP Class AssetCompress\Shell\Task\AssetBuildTask

Inheritance: extends Cake\Console\Shell
Afficher le fichier Open project: markstory/asset_compress

Protected Properties

Свойство Type Description
$config
$factory

Méthodes publiques

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

Méthodes protégées

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

Method Details

_buildTarget() protected méthode

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

build() public méthode

Build all the files declared in the Configuration object.
public build ( ) : void
Résultat void

setConfig() public méthode

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

Property Details

$config protected_oe property

protected $config

$factory protected_oe property

protected $factory