Config_Container::getContent

Config_Container::getContent() – アイテムの内容を取得する

Synopsis

require_once 'Config/Container.php';

mixed Config_Container::getContent ( void )

Description

取り出し関数. アイテムの内容を返す。

Return value

mixed - アイテムが所持する内容。

Note

This function can not be called statically.