Config_Container::setContent()

Config_Container::setContent() -- Set item content

Synopsis

require_once 'Config/Container.php';

void Config_Container::setContent (mixed $content)

Description

Set this item's content.

Parameter

mixed mixed $content

Item's content

Note

This function can not be called statically.