Methods
addAvailable()
addAvailable(\AvailableTask $a) : void
countConditions()
countConditions()
Creates the object for the child element
customChildCreator(string $elementName, \Project $project) : \Condition
Parameters
$elementName
string
Exceptions
Returns
getConditions()
getConditions()
Required for IteratorAggregate
getIterator()
Returns a reference to current project
getProject() : \Project
Inherited
inherited_from |
\ProjectComponent::getProject() |
Returns
\Project
Reference to current porject object
Logs a message with the given priority.
log(string $msg, integer $level)
Inherited
inherited_from |
\ProjectComponent::log() |
Parameters
$msg
string
The message to be logged.
$level
integer
The message's priority at this message should have
References the project to the current component.
setProject(\Project $project)
Inherited
inherited_from |
\ProjectComponent::setProject() |
Parameters
$project
\Project
The reference to the current project
Properties
$project : \Project
Inherited
inherited_from |
\ProjectComponent::$$project |