Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17340 программистов и 1873 робота. Сейчас ищут 1646 программистов ...
Config_Container::updateAttributes
Вернуться к: Config_Container class
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.
Parameter
- array $attributes
-
Array of attributes
Throws
Error code | Error value | Meaning | Solution |
---|---|---|---|
" |
Note
This function can not be called statically.
Вернуться к: Config_Container class