tasks/system/PhingCallTask.php
Call another target in the same project.
This only works as expected if neither property1 nor foo are defined in the project itself.
- Access
- public
- Author
- Andreas Aderhold
- Copyright
- 2001,2002 THYRELL. All rights reserved
- Package
- phing.tasks.system
- Version
- $Revision: 552 $
\PhingCallTask
Call another target in the same project.
This only works as expected if neither property1 nor foo are defined in the project itself.
- Parent(s)
- \Task < \ProjectComponent
- Access
- public
- Author
- Andreas Aderhold
- Copyright
- 2001,2002 THYRELL. All rights reserved
- Version
- $Revision: 552 $
Properties

boolean
$inheritAll= 'true'
Whether to inherit all properties from current project.
trueDetails- Type
- boolean

boolean
$inheritRefs= 'false'
Whether to inherit refs from current project.
falseDetails- Type
- boolean
Methods

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

main(
)
:
voidhand off the work to the phing task of ours, after setting it up
@throws BuildException on validation failure or if the target didn't execute

setInheritAll(
boolean $inherit
)
:
voidIf true, pass all properties to the new Phing project.
Defaults to true. Future use.
| Name | Type | Description |
|---|---|---|
| $inherit | boolean | new value |

setInheritRefs(
boolean $inheritRefs
)
:
voidIf true, pass all references to the new Phing project.
Defaults to false. Future use.
| Name | Type | Description |
|---|---|---|
| $inheritRefs | boolean | new value |