PHP Class MiniAsset\Cli\BuildTask

Inheritance: extends BaseTask
Afficher le fichier Open project: markstory/mini-asset Class Usage Examples

Méthodes protégées

Méthode Description
_buildTarget ( Factory $factory, AssetTarget $build ) : void Generate and save the cached file for a build target.
addArguments ( ) : void Define the CLI options.
execute ( ) : void Build all the files declared in the Configuration object.

Method Details

_buildTarget() protected méthode

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

addArguments() protected méthode

Define the CLI options.
protected addArguments ( ) : void
Résultat void

execute() protected méthode

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