Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16769 программистов и 1774 робота. Сейчас ищут 1257 программистов ...
Config_Container::setAttributes
Вернуться к: Config_Container class
Config_Container::setAttributes
Config_Container::setAttributes() – Set item attributes
Synopsis
require_once 'Config/Container.php';
void Config_Container::setAttributes ( array $attributes )
Attributes are stored in an array. They are used in some containers like PHP Array, XML, Apache. In IniFile or IniCommented containers, attributes are not used. See examples in getAttributes() method to have an idea of the attributes output. This method will replace existing attributes. Use updateAttributes() if you just want to change some of them.
Parameter
- array $attributes
-
Array of attributes
Note
This function can not be called statically.
Вернуться к: Config_Container class