Config_Container::getParent()

Config_Container::getParent() -- Return item parent object

Synopsis

require_once 'Config/Container.php';

object Config_Container::getParent (void)

Description

Returns the item parent object.

Return value

object - reference to parent object or NULL if root object

Note

This function can not be called statically.