previousConfig_Container::getType (Previous) (Next) Config_Container::removeItemnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Config_Container::isRoot

Config_Container::isRoot() – ルートアイテムの調査をする

Synopsis

require_once 'Config/Container.php';

bool Config_Container::isRoot ( ( void )

Description

そこは一つだけのルートアイテムです。 それは親・名前・内容をもっておらず、種類は「section」です。 ルートアイテムはパーサで使用されず、その子供達だけです。

Return value

bool - もしアイテムがルートアイテムならTRUEが返ります。

Note

This function can not be called statically.

previousConfig_Container::getType (Previous) (Next) Config_Container::removeItemnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.