previousConfig_Container::createSection (Previous) (Next) Config_Container::getAttributesnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Config_Container::getAttribute

Config_Container::getAttribute() – Prendre la valeur de l'attribut

Synopsis

require_once 'Config/Container.php';

mixed Config_Container::getAttribute ( chaîne $attribut )

Description

Cette méthode retourne la valeur associée à la clé de l'attribut. Pour récuperer tous les attributs, voyez plutôt la méthode getAttributes() .

Parameter

string $attribut

Clé de l'attribut

Return value

mixed - valeur de l'attribut de l'item

Note

This function can not be called statically.

previousConfig_Container::createSection (Previous) (Next) Config_Container::getAttributesnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.