PHP Класс MiniAsset\Cli\BuildTask

Наследование: extends BaseTask
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
_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.

Описание методов

_buildTarget() защищенный Метод

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.
Результат void

addArguments() защищенный Метод

Define the CLI options.
protected addArguments ( ) : void
Результат void

execute() защищенный Метод

Build all the files declared in the Configuration object.
protected execute ( ) : void
Результат void