classes/phing/tasks/system/ForeachTask.php
\ForeachTask
<foreach> task
Task definition for the foreach task. This task takes a list with delimited values, and executes a target with set param.
Usage:
Attributes: list --> The list of values to process, with the delimiter character, indicated by the "delimiter" attribute, separating each value. target --> The target to call for each token, passing the token as the parameter with the name indicated by the "param" attribute. param --> The name of the parameter to pass the tokens in as to the target. delimiter --> The delimiter string that separates the values in the "list" parameter. The default is ",".
- Extends from
- \Task
- author
- Jason Hines
- author
- Hans Lellelid
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.system
- version
- $Revision: 1243 $
Properties

\PhingCallTask
$callee= ''
PhingCallTask that will be invoked w/ calleeTarget.
- Type
- \PhingCallTask