previousConfig_Container::searchPath (Previous) (Next) Config_Container::setContentnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Config_Container::setAttributes

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

Synopsis

require_once 'Config/Container.php';

void Config_Container::setAttributes ( array $attributes )

Description

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

Parameter

array $attributes

属性の配列。

Note

This function can not be called statically.

previousConfig_Container::searchPath (Previous) (Next) Config_Container::setContentnext

Download Documentation Last updated: Sun, 21 Jun 2009
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.