PEAR Manual
PrevNext

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.


PrevHomeNext
Config_Container::setAttributes()UpConfig_Container::setDirective()