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 andi@binarycloud.com |
---|---|
author |
Hans Lellelid hans@xmpl.org |
version |
$Id: 465efa4e9b1232a9ede67d3a3adadbe1fbafb7e2 $ |
package |
phing |
__construct(\Task|object $proxy, mixed $elementTag)
addChild(\RuntimeConfigurable $child) : void
addText(string $data) : void
string
getAttributes() : array
array
getChild(integer $index) : \RuntimeConfigurable
getElementTag()
maybeConfigure(\Project $project) : void
setAttributes(array $attributes) : void
array
elementTag :
children : array
var |
---|
array
attributes : array
var |
---|
array
characters : string
var |
---|
string
proxyConfigured : boolean
var |
---|
boolean