Config_Container::getAttribute()

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

Referentiesamenvatting

require_once 'Config/Container.php';

mixed Config_Container::getAttribute (string $attribute)

Beschrijving

This method returns the value associated with the key attribute. To get all attributes, see method getAttributes().

Parameter

string $attribute

Attribute key

Return waarde

mixed - item's attribute value

Note

Deze functie kan niet statisch worden aangeroepen.