Property | Type | Description | |
---|---|---|---|
$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. |
Property | Type | Description | |
---|---|---|---|
$taskLibraries |
Method | Description | |
---|---|---|
__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 ) |
Method | Description | |
---|---|---|
loadConfig ( ) | # Returns nothing. | |
loadConfigFile ( $file ) | # Load config file in its own scope | |
prepareEnv ( ) |
protected loadConfigFile ( $file ) |
public $forceRun |
public $loadedConfigs |
public $originalDirectory |
public $projectDirectory |