Config_Container::setContent()

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

概要

require_once 'Config/Container.php';

void Config_Container::setContent (mixed $content)

説明

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

パラメータ

mixed mixed $content

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

注意

この関数は、スタティックにコールする ことはできません。