PHP 클래스 AssetCompress\Shell\Task\AssetBuildTask

상속: extends Cake\Console\Shell
파일 보기 프로젝트 열기: markstory/asset_compress

보호된 프로퍼티들

프로퍼티 타입 설명
$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