Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17340 программистов и 1873 робота. Сейчас ищут 1646 программистов ...
Config_Container::getAttribute
Вернуться к: Config_Container class
Config_Container::getAttribute
Config_Container::getAttribute() – Get attribute value of item
Synopsis
require_once 'Config/Container.php';
mixed Config_Container::getAttribute ( string $attribute )
This method returns the value associated with the key attribute. To get all attributes, see method getAttributes().
Parameter
- string $attribute
-
Attribute key
Return value
mixed - item's attribute value
Note
This function can not be called statically.
Вернуться к: Config_Container class