PHP 클래스 MiniAsset\Cli\BuildTask

상속: extends BaseTask
파일 보기 프로젝트 열기: markstory/mini-asset 1 사용 예제들

보호된 메소드들

메소드 설명
_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