프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$env | # Public: Contains mappings from task name to a task instance. | ||
$forceRun | # Public: Contains mappings from task name to a task instance. | ||
$loadedConfigs | # Public: Contains mappings from task name to a task instance. | ||
$originalDirectory | # Public: Contains mappings from task name to a task instance. | ||
$projectDirectory | # Public: Contains mappings from task name to a task instance. | ||
$trace | # Public: Contains mappings from task name to a task instance. |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$taskLibraries |
메소드 | 설명 | |
---|---|---|
__construct ( ) | # Public: Initialize the application. | |
defineTask ( $task ) | ||
execute ( $tasks ) | ||
fileTask ( $target, $prerequisites, $action ) | ||
init ( ) | ||
register ( bob\TaskLibraryInterface $taskLib, array $parameters = [] ) | ||
task ( $name, $prerequisites = null, $action = null ) | ||
taskDefined ( $task ) |
메소드 | 설명 | |
---|---|---|
loadConfig ( ) | # Returns nothing. | |
loadConfigFile ( $file ) | # Load config file in its own scope | |
prepareEnv ( ) |
public $forceRun |
public $loadedConfigs |
public $originalDirectory |
public $projectDirectory |