Config_Container::setContent
Config_Container::setContent() – Set item content
Synopsis
require_once 'Config/Container.php';
void Config_Container::setContent (
mixed $content
)
Описание
Set this item's content.
Parameter
-
mixed
mixed $content
-
Item's content
Замечание
This function can not be called statically.