Config::writeConfig (Previous) (Next) Config_Container::addItem

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

Config_Container::Config_Container()

Config_Container::Config_Container() -- コンストラクタ

説明

Config_Containerの新規作成と、そのリファレンスを返します。

パラメータ

string $type

コンテナオブジェクトの種類で、この中にあるはずです。 'section', 'comment', 'directive', 'blank'.

string $name

Name of container object. The name is required for sections and directives, not for blanks or comments.

string $content

コンテナオブジェクトの内容です。 内容はディレクティブとコメントに使われます。

array $attributes

コンテナオブジェクトの属性の配列です。 オプションでコンテナに属性を追加することが出来ます。 選択したパーサはこれらを使用することができます。

返り値

object - 作成したオブジェクトのリファレンスです。

注意

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

Config::writeConfig (Previous) (Next) Config_Container::addItem

Download Documentation Last updated: Sun, 31 Aug 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.