classes/phing/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
- $Revision: 829 $
\RuntimeConfigurable
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
- $Revision: 829 $
Properties
Methods

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

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

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

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

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