Config_Container::updateAttributes

Config_Container::updateAttributes() – Update item attributes

Synopsis

require_once 'Config/Container.php';

void Config_Container::updateAttributes ( array $attributes )

Description

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

Possible PEAR_Error values
Error code Error value Meaning Solution
  "    

Note

This function can not be called statically.

Return string representation (Previous) Write item to file (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.