Config_Container::getAttribute

Config_Container::getAttribute() – Get attribute value of item

Synopsis

require_once 'Config/Container.php';

mixed Config_Container::getAttribute ( string $attribute )

Description

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.

Add section to item (Previous) Get item attributes (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.