MkFramework
 All Data Structures Functions
Public Member Functions
plugin_xmlObject Class Reference

Public Member Functions

 __construct ($oObject)
 
 setEncoding ($sEncoding)
 
 setRootName ($sRootName)
 
 setListColumn ($tColumn)
 
 show ()
 
 build ()
 

Detailed Description

plugin_xmlListObject classe pour generer le xml d'un objet

Author
Mika http://mkf.mkdevs.com/

Definition at line 23 of file plugin_xmlObject.php.

Constructor & Destructor Documentation

__construct (   $oObject)

constructeur public

Parameters
object$oObjectobjet en edition

Definition at line 37 of file plugin_xmlObject.php.

Member Function Documentation

build ( )

retourne le xml genere public

Returns
string le xml genere

Definition at line 85 of file plugin_xmlObject.php.

Here is the caller graph for this function:

setEncoding (   $sEncoding)

definit l'encodage public

Parameters
string$sEncodingbalise encoding de l'xml

Definition at line 49 of file plugin_xmlObject.php.

setListColumn (   $tColumn)

definit les colonnes a construire public

Parameters
array$tColumntableau des colonnes a afficher

Definition at line 65 of file plugin_xmlObject.php.

setRootName (   $sRootName)

definit le nom de la balise racine public

Parameters
string$sRootNamenom 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.

Here is the call graph for this function:


The documentation for this class was generated from the following file: