Config_Container::Config_Container()

Config_Container::Config_Container() -- Constructor

Synopsis

Описание

Creates a new Config_Container and returns it by reference.

Параметр

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.

Возвращаемое значение

object - A reference to the created object.

Заметка

Эта функция не должна вызываться статически.

    Поддержать сайт на родительском проекте КГБ