[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/phing/tasks/system/ -> ForeachTask.php (sommaire)

(pas de description)

Poids: 138 lignes (4 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

ForeachTask:: (7 méthodes):
  init()
  main()
  setList()
  setTarget()
  setParam()
  setDelimiter()
  createProperty()


Classe: ForeachTask  - X-Ref

<foreach> task

Task definition for the foreach task.  This task takes a list with
delimited values, and executes a target with set param.

Usage:
<foreach list="values" target="targ" param="name" delimiter="|" />

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 ",".

init()   X-Ref
Target to execute.


main()   X-Ref
This method does the work.

return: void

setList($list)   X-Ref
Pas de description

setTarget($target)   X-Ref
Pas de description

setParam($param)   X-Ref
Pas de description

setDelimiter($delimiter)   X-Ref
Pas de description

createProperty()   X-Ref

return: Property



Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7