Config_Container::getParent

Config_Container::getParent() – アイテムの親オブジェクトを返す

Synopsis

require_once 'Config/Container.php';

object Config_Container::getParent ( void )

Description

アイテムの親オブジェクトを返します。

Return value

object - 親オブジェクトのリファレンスか、 ルートオブジェクトの場合はNULLが返ります。

Note

This function can not be called statically.