Config_Container::updateAttributes()

Config_Container::updateAttributes() -- Update item attributes

Referentiesamenvatting

require_once 'Config/Container.php';

void Config_Container::updateAttributes (array $attributes)

Beschrijving

If the specified attributes are already set, they are overwritten. New attributes are set. The ones that are not set in the given parameter array are left untouched.

Parameter

array $attributes

Array of attributes

Throws

Tabel 32-1. Mogelijke PEAR_Error waarden

Error codeError valueMeaningSolution
 ""  

Note

Deze functie kan niet statisch worden aangeroepen.