RuntimeConfigurable.php
Wrapper class that holds the attributes of a Task (or elements nested below that level) and takes care of configuring that element at runtime.
SMART-UP INLINE DOCS
- Author
- Andreas Aderhold
- Author
- Hans Lellelid
- Package
- phing
- Version
- $Id$
\RuntimeConfigurable
Package: phing
Wrapper class that holds the attributes of a Task (or elements nested below that level) and takes care of configuring that element at runtime.
SMART-UP INLINE DOCS
- Author
- Andreas Aderhold
- Author
- Hans Lellelid
- Version
- $Id$
Properties
Methods

__construct(
\proxy $proxy, $elementTag
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $proxy | \proxy | The element to wrap. |
| $elementTag |

addChild(
$child
)
:
voidAdds child elements to the wrapped element.
Parameters
| Name | Type | Description |
|---|---|---|
| $child |

addText(
$data
)
:
voidAdd characters from #PCDATA areas to the wrapped element.
Parameters
| Name | Type | Description |
|---|---|---|
| $data |

maybeConfigure(
$project
)
:
voidConfigure the wrapped element and all children.
Parameters
| Name | Type | Description |
|---|---|---|
| $project |

setAttributes(
$attributes
)
:
voidSet's the attributes for the wrapped element.
Parameters
| Name | Type | Description |
|---|---|---|
| $attributes |