tasks/system/condition/IsFalseCondition.php
Condition that tests whether a given string evals to false.
- Author
- Hans Lellelid (Phing)
- Author
- Steve Loughran (Ant)
- Package
- phing.tasks.system.condition
- Version
- $Id: f7d355bdf8f7aa539afb572e2fe033ffd3bcd89b $
\IsFalseCondition
Package: phing\tasks\system\condition
Condition that tests whether a given string evals to false.
- Parent(s)
- \Condition
- Author
- Hans Lellelid (Phing)
- Author
- Steve Loughran (Ant)
- Version
- $Id: f7d355bdf8f7aa539afb572e2fe033ffd3bcd89b $
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::$$project
Default value
null
Details- Type
- \Project
- Inherited_from
- \ProjectComponent::$$project
Methods


evaluate(
)
:
void
return the inverted value;
Throws
Exception | Description |
---|---|
\BuildException | if someone forgot to spec a value |


log(
string $msg, integer $level
=
Project::MSG_INFO
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$msg | string | The message to be logged. |
$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()
Parameters
Name | Type | Description |
---|---|---|
$project | \Project | The reference to the current project |