ArininAV

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().

Параметр

string $attribute

Attribute key

Возвращаемое значение

mixed - item's attribute value

Заметка

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