Config_Container::getContent
Config_Container::getContent() – Get item content
Synopsis
require_once 'Config/Container.php';
mixed Config_Container::getContent (
void
)
Описание
Accessor method. Returns the item content.
Return value
mixed
- item's content
Замечание
This function can not be called statically.