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

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Config_Container::Config_Container()

Config_Container::Config_Container() -- Constructor

Leírás

Creates a new Config_Container and returns it by reference.

Paraméterek

string $type

Type of container object, should be something among '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

Content of container object. The content is used in directives and comments.

array $attributes

Array of attributes for container object. Optionally, you can add attributes to your container. These can be used by the chosen parser.

Visszatérési érték

object - A reference to the created object.

Megjegyzés

Ez a függvény nem hívható statikusan.

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

Download Documentation Last updated: Sun, 01 Jul 2007
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.