Class

PropelConfigurationIterator

class PropelConfigurationIterator extends RecursiveIteratorIterator

PropelConfigurationIterator is used internally by PropelConfiguration to build a flat array from nesting configuration arrays.

Constants

NODE_PARENT

Node is a parent node

NODE_ITEM

Node is an actual configuration item

Methods

string getNamespace()

Get current namespace

integer getNodeType()

Get current node type.

mixed current()

Get the current element

endChildren()

Called after current child iterator is invalid and right before it gets destructed.

Details

at line 50
public string getNamespace()

Get current namespace

Return Value

string

at line 64
public integer getNodeType()

Get current node type.

Return Value

integer
  • null (undefined) - self::NODEPARENT - self::NODEITEM

See also

http://www.php.net/RecursiveIteratorIterator

at line 75
public mixed current()

Get the current element

Return Value

mixed

See also

http://www.php.net/RecursiveIteratorIterator

at line 93
public endChildren()

Called after current child iterator is invalid and right before it gets destructed.

See also

http://www.php.net/RecursiveIteratorIterator