Public Member Functions | |
| __construct ($oObject) | |
| setEncoding ($sEncoding) | |
| setRootName ($sRootName) | |
| setListColumn ($tColumn) | |
| show () | |
| build () | |
plugin_xmlListObject classe pour generer le xml d'un objet
Definition at line 23 of file plugin_xmlObject.php.
| __construct | ( | $oObject | ) |
constructeur public
| object | $oObject | objet en edition |
Definition at line 37 of file plugin_xmlObject.php.
| build | ( | ) |
retourne le xml genere public
Definition at line 85 of file plugin_xmlObject.php.

| setEncoding | ( | $sEncoding | ) |
definit l'encodage public
| string | $sEncoding | balise encoding de l'xml |
Definition at line 49 of file plugin_xmlObject.php.
| setListColumn | ( | $tColumn | ) |
definit les colonnes a construire public
| array | $tColumn | tableau des colonnes a afficher |
Definition at line 65 of file plugin_xmlObject.php.
| setRootName | ( | $sRootName | ) |
definit le nom de la balise racine public
| string | $sRootName | nom de la balise |
Definition at line 57 of file plugin_xmlObject.php.
| show | ( | ) |
affiche le xml a l'ecran public
Definition at line 72 of file plugin_xmlObject.php.

1.8.6