tasks/system/condition/IsTrueCondition.php
\IsTrueCondition
Package: phing\tasks\system\condition
Condition that tests whether a given string evals to true.
- Implements
- \Condition
- Parent(s)
- \ProjectComponent
- Author
- Hans Lellelid
(Phing) - Author
- Steve Loughran (Ant)
Properties
Methods

evaluate(
)
:
booleanreturn the inverted value;
Returns
Throws
| Type | Description |
|---|---|
| boolean |
| Exception | Description |
|---|---|
| \BuildException | if someone forgot to spec a value |