Config_Container::createItem (Previous) (Next) Config_Container::getAttribute

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Config_Container::createSection()

Config_Container::createSection() -- Ajoute une section à l'élément

Description

Doit être appelé sur une section. C'est une méthode d'aide qui appelle createItem()

Paramètres

chaîne de caractères $nom

Nom de la section

array array $attributes

Attributs de la section

chaîne de caractères $emplacement

Positionnnement de l'élément ajouté (absolu :'top', 'bottom', ou relatif : 'before', 'after')

object $cible

Ce paramètre est requis si l'$emplacement est relatif, soit 'before' ou 'after'.

Valeur retournée

objet - référence au nouvel élément.

Valeurs renvoyées

Note

Cette fonction ne peut pas être appelée de façon statique.

Config_Container::createItem (Previous) (Next) Config_Container::getAttribute

Download Documentation Last updated: Sun, 28 Sep 2008
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.