Config_Container::setContent

Config_Container::setContent() – アイテムの内容を設定する

Synopsis

require_once 'Config/Container.php';

void Config_Container::setContent ( mixed $content )

Description

このアイテムの内容を設定します。

Parameter

mixed mixed $content

アイテムの内容を指定します。

Note

This function can not be called statically.