tasks/system/condition/IsFalseCondition.php
\IsFalseCondition
Package: phing\tasks\system\condition
Returns
Throws
Parameters
Parameters
Condition that tests whether a given string evals to false.
- Implements
- \Condition
- Parent(s)
- \ProjectComponent
- Author
- Hans Lellelid (Phing)
- Author
- Steve Loughran (Ant)
- Version
- $Revision: 526 $
Properties

\Project
$project= 'null'
inherited
Holds a reference to the project that a project component (a task, a target, etc.) belongs to
A reference to the current project instanceInherited from: \ProjectComponent::$projectMethods

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

log(
$msg, integer $level
=
Project::MSG_INFO
)
:
void
@param string $msg The message to be logged.
| Name | Type | Description |
|---|---|---|
| $msg | ||
| $level | integer | The message's priority at this message should have |

setProject(
\Project $project
)
:
void
inherited
References the project to the current component.
Inherited from: \ProjectComponent::setProject()| Name | Type | Description |
|---|---|---|
| $project | \Project | The reference to the current project |