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
)
:
void
Adds child elements to the wrapped element.
Parameters
Name | Type | Description |
---|---|---|
$child |


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


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


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