Config_Container::removeItem()

Config_Container::removeItem() -- Deletes an item from the object

Referentiesamenvatting

require_once 'Config/Container.php';

mixed Config_Container::removeItem (void)

Beschrijving

This method removes the current item. References to its children are removed as well. This method does not accept parameters yet.

Return waarde

boolean - TRUE if object was removed, FALSE if not, or PEAR_Error if root

Note

Deze functie kan niet statisch worden aangeroepen.