Public Member Functions | Protected Member Functions

ioService Class Reference

Public Member Functions

 __construct (&$xmlArr)
 exportXML ($objName)
 importXML ($objName)

Protected Member Functions

 reportError ($error)

Detailed Description

Definition at line 25 of file ioService.php.


Constructor & Destructor Documentation

__construct ( &$  xmlArr )

Initialize ioService with xml array metadata

Parameters:
array$xmlArr
Returns:
void

Definition at line 33 of file ioService.php.


Member Function Documentation

exportXML ( objName )

Export to XML format (print to browser)

Parameters:
string$objName
Returns:
void

Definition at line 43 of file ioService.php.

Here is the call graph for this function:

importXML ( objName )

Import from XML file, the file read from client (uploaded by user)

Parameters:
string$objName
Returns:
void

Definition at line 91 of file ioService.php.

Here is the call graph for this function:

reportError ( error ) [protected]

Report Error

Parameters:
number$errorError code
Returns:
void

Definition at line 173 of file ioService.php.

Here is the call graph for this function:

Here is the caller graph for this function:


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