PHP Класс AssetCompress\Shell\Task\AssetBuildTask

Наследование: extends Cake\Console\Shell
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$config
$factory

Открытые методы

Метод Описание
build ( ) : void Build all the files declared in the Configuration object.
setConfig ( AssetConfig $config ) : void Set the Configuration object that will be used.

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

Метод Описание
_buildTarget ( AssetTarget $build ) : void Generate and save the cached file for a build target.

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

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

Generate and save the cached file for a build target.
protected _buildTarget ( AssetTarget $build ) : void
$build MiniAsset\AssetTarget The build to generate.
Результат void

build() публичный метод

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

setConfig() публичный метод

Set the Configuration object that will be used.
public setConfig ( AssetConfig $config ) : void
$config MiniAsset\AssetConfig The config object.
Результат void

Описание свойств

$config защищенное свойство

protected $config

$factory защищенное свойство

protected $factory