Config_Container::createItem()

Config_Container::createItem() -- セクション項目に新しい子を作成する

概要

require_once 'Config/Container.php';

object &Config_Container::createItem (string $type, mixed $item, string $content [, array $attributes = NULL [, string $where = 'bottom' [, object $target = NULL]]])

説明

このメソッドはセクションに対してコールしなければならず、 作成される項目の型は任意です。これは、新しい子を現在の項目に追加します。 位置を指定した場合は、その場所に子が作成されます。 このメソッドを直接コールするのではなく、ヘルパメソッドを使用することを推奨します。

パラメータ

string $type

項目の型。directivesectioncommentblank...

mixed $item

項目名。

string $content

項目の内容。

array $attributes

項目の属性。

string $where

場所を選択します。'bottom''top''after''before'

object $target

'before' あるいは 'after'$where で選んだ場合に必要です。

返り値

新しい項目への参照を返します。

例外・エラー

表 37-1PEAR_Error の値

エラーコードエラーの値意味対応
 ""  

注意

この関数は、スタティックにコールする ことはできません。