previousConfig::writeConfig (Previous) (Next) Config_Container::addItemnext

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::Config_Container

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

Synopsis

require_once 'Config/Container.php';

&Config_Container::Config_Container ( string $type = '' , string $name = '' , string $content = '' , mixed $attributes = = null )

Description

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

Parameter

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

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

Return value

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

Note

This function can not be called statically.

previousConfig::writeConfig (Previous) (Next) Config_Container::addItemnext

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.