| Config_Container::createSection | Config_Container::getAttributes |
| Config | |
| PEAR Manual | |
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().
Attribute key
mixed - item's attribute value
This function can not be called statically.
| Config_Container::createSection | Config_Container::getAttributes |
| Config | |
| PEAR Manual | |