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 andi@binarycloud.com

author

Hans Lellelid hans@xmpl.org

version

$Id: 50a8ba4067523b1754c3bca9294f39c04602ef3f $

package

phing

Methods

__construct

__construct($proxy, $elementTag) 

Arguments

$proxy

$elementTag

setProxy

setProxy($proxy) 

Arguments

$proxy

Set's the attributes for the wrapped element.

setAttributes($attributes) 

Arguments

$attributes

Returns the AttributeList of the wrapped element.

getAttributes() 

Adds child elements to the wrapped element.

addChild(\RuntimeConfigurable $child) 

Arguments

Returns the child with index

getChild($index) 

Arguments

$index

Add characters from #PCDATA areas to the wrapped element.

addText($data) 

Arguments

$data

getElementTag

getElementTag() 

Configure the wrapped element and all children.

maybeConfigure(\Project $project) 

Arguments

$project

\Project

Properties

elementTag

elementTag : 

children

children : 

wrappedObject

wrappedObject : 

attributes

attributes : 

characters

characters : 

proxyConfigured

proxyConfigured :