Config_Container::searchPath (Previous) (Next) Config_Container::setContent

View this page in Last updated: Sun, 07 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Config_Container::setAttributes()

Config_Container::setAttributes() -- 項目の属性を設定する

説明

属性は配列形式で指定します。これは PHP 配列、XML、Apache コンテナで使用されます。IniFile コンテナや IniCommented コンテナでは属性は使用されません。 getAttributes() メソッドの例を見ると、属性がどのように出力されるのかがわかります。 このメソッドは、既存の属性を上書きします。 既存の属性のうちの一部だけを変更したい場合は updateAttributes() を使用してください。

パラメータ

array $attributes

属性の配列。

注意

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

Config_Container::searchPath (Previous) (Next) Config_Container::setContent

Download Documentation Last updated: Sun, 07 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.