Config_Container::getContent
Config_Container::getContent() – Get item content
Synopsis
require_once 'Config/Container.php';
mixed Config_Container::getContent (
void
)
Description
Accessor method. Returns the item content.
Return value
mixed
- item's content
Note
This function can not be called statically.