Config_Container::countChildren()

Config_Container::countChildren() -- コンテナの子供をカウントする

概要

require_once 'Config/Container.php';

int Config_Container::countChildren ([string $type = NULL [, string $name = NULL]])

説明

このメソッドは、このコンテナが持っている子供の数を返します。 If either $name or $type, it will affine its search just to return the number of children corresponding to these parameters.

パラメータ

string $type

カウントする子供の種類です。

string $name

カウントする子供の名前です。

返り値

int - 見つかった子供の個数です。

例外・エラー

表 37-1PEAR_Error の値

エラーコードエラー値意味解決
 ""  

注意

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