previousConfig_Container::searchPath (Previous) (Next) Config_Container::setContentnext

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::setAttributes

Config_Container::setAttributes() – Fixe les attributs d'un élément

Synopsis

require_once 'Config/Container.php';

void Config_Container::setAttributes ( array $attributs )

Description

Les attributs sont stockés dans un tableau. Ils sont employés dans certains conteneurs comme un tableau PHP, XML, Apache. Dans les conteneurs IniFile ou IniCommented, les attributs ne sont pas employés. Vous trouverez des exemples de la méthode getAttributes() pour vous faire une idée du rendu des attributs. Utilisez updateAttributes() si vous voulez juste changer certains d'entre eux.

Parameter

array $attributs

tableau d'attributs

Note

This function can not be called statically.

previousConfig_Container::searchPath (Previous) (Next) Config_Container::setContentnext

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.