Property | Type | Description | |
---|---|---|---|
$actions | |||
$application | |||
$description | |||
$enable | |||
$name | |||
$prerequisites |
Property | Type | Description | |
---|---|---|---|
$reenable |
Method | Description | |
---|---|---|
__construct ( $name, $application ) | # application - The application object, to which this task belongs to. | |
__toString ( ) | ||
clear ( ) | # Returns nothing. | |
enhance ( $deps = null, $action = null ) | ||
execute ( ) | # Returns nothing. | |
getTaskPrerequisites ( ) | ||
inspect ( ) | ||
invoke ( ) | # Returns the callback's return value. | |
isNeeded ( ) | # Returns TRUE if the task should be run, FALSE otherwise. | |
reenable ( ) |
public __construct ( $name, $application ) |
public isNeeded ( ) |