tasks/system/condition/ContainsCondition.php
Is one string part of another string?
- Author
- Hans Lellelid
(Phing) - Author
- Stefan Bodewig
(Ant) - Package
- phing.tasks.system.condition
- Version
- $Id: 6cdecc53a715fce4601b1ceb64c8ec95d29c1468 $
\ContainsCondition
Package: phing\tasks\system\condition
Is one string part of another string?
- Parent(s)
- \Condition
- Author
- Hans Lellelid
(Phing) - Author
- Stefan Bodewig
(Ant) - Version
- $Id: 6cdecc53a715fce4601b1ceb64c8ec95d29c1468 $
Properties
Methods


evaluate(
)
:
void
Check whether string contains substring.
Throws
Exception | Description |
---|---|
\BuildException |


setCaseSensitive(
$b
)
:
void
Whether to search ignoring case or not.
Parameters
Name | Type | Description |
---|---|---|
$b |