require_once 'Config/Container.php';
&Config_Container::Config_Container ([string $type = '' [, string $name = '' [, string $content = '' [, mixed $attributes = NULL]]]])
&Config_Container::Config_Container
Creates a new Config_Container and returns it by reference.
Type of container object, should be something among 'section', 'comment', 'directive', 'blank'.
Name of container object. The name is required for sections and directives, not for blanks or comments.
Content of container object. The content is used in directives and comments.
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.
This function can not be called statically.