Config_Container::isRoot()

Config_Container::isRoot() -- Check for root item

Synopsis

require_once 'Config/Container.php';

bool Config_Container::isRoot (void)

Beschreibung

There is only one root item. It has no parent, no name, no content and is of type 'section'. The root item is not used in the parsers, only its children.

Rückgabewert

bool - TRUE if item is the root item

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.