ArininAV

Config_Container::updateAttributes()

Config_Container::updateAttributes() -- Update item attributes

Synopsis

require_once 'Config/Container.php';

void Config_Container::updateAttributes (array $attributes)

Описание

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.

Параметр

array $attributes

Array of attributes

Throws

Таблица 30-1. Возможные значения PEAR_Error

Error codeError valueMeaningSolution
 ""  

Заметка

Эта функция не должна вызываться статически.