|
|
(Next) Config_Container::addItem |
||||
| |
|||||
|
|||||
&Config_Container::Config_Container (
string $type = ''
, string $name = ''
, string $content = ''
, mixed $attributes
= = null
)
Config_Containerの新規作成と、そのリファレンスを返します。
コンテナオブジェクトの種類で、この中にあるはずです。 'section' , 'comment' , 'directive' , 'blank' .
Name of container object. The name is required for sections and directives, not for blanks or comments.
コンテナオブジェクトの内容です。 内容はディレクティブとコメントに使われます。
コンテナオブジェクトの属性の配列です。 オプションでコンテナに属性を追加することが出来ます。 選択したパーサはこれらを使用することができます。
object - 作成したオブジェクトのリファレンスです。
This function can not be called statically.
|
|
(Next) Config_Container::addItem |
||||||||
| |
|||||||||
|
|||||||||