[ 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/ -> PhingCallTask.php (sommaire)

(pas de description)

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

Définit 1 class

PhingCallTask:: (7 méthodes):
  setInheritAll()
  setInheritRefs()
  init()
  main()
  createParam()
  createProperty()
  setTarget()


Classe: PhingCallTask  - X-Ref

Call another target in the same project.

<pre>
<target name="foo">
<phingcall target="bar">
<property name="property1" value="aaaaa" />
<property name="foo" value="baz" />
</phingcall>
</target>

<target name="bar" depends="init">
<echo message="prop is ${property1} ${foo}" />
</target>
</pre>

<p>This only works as expected if neither property1 nor foo are
defined in the project itself.

setInheritAll($inherit)   X-Ref
If true, pass all properties to the new Phing project.
Defaults to true. Future use.

param: boolean new value

setInheritRefs($inheritRefs)   X-Ref
If true, pass all references to the new Phing project.
Defaults to false. Future use.

param: boolean new value

init()   X-Ref
init this task by creating new instance of the phing task and
configuring it's by calling its own init method.


main()   X-Ref
hand off the work to the phing task of ours, after setting it up


createParam()   X-Ref
Alias for createProperty


createProperty()   X-Ref
Property to pass to the invoked target.


setTarget($target)   X-Ref
Target to execute, required.




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