Public Member Functions | Data Fields | Protected Member Functions

reportService Class Reference

Inheritance diagram for reportService:
Inheritance graph
[legend]
Collaboration diagram for reportService:
Collaboration graph
[legend]

Public Member Functions

 __construct (&$xmlArr)
 render ($objName)
 cleanFiles ($dir, $seconds)
 getUniqueString ()

Data Fields

 $m_targetReportPath
 $m_rptTemplate
 $m_birtViewer

Protected Member Functions

 readMetadata (&$xmlArr)

Detailed Description

Definition at line 25 of file reportService.php.


Constructor & Destructor Documentation

__construct ( &$  xmlArr )

Initialize reportService with xml array metadata

Parameters:
array$xmlArr
Returns:
void

Reimplemented from MetaObject.

Definition at line 37 of file reportService.php.

Here is the call graph for this function:


Member Function Documentation

cleanFiles ( dir,
seconds 
)

Clear files on specified directory

Parameters:
string$dir
number$seconds

Definition at line 145 of file reportService.php.

getUniqueString (  )

Get unique string by time and MD5

Returns:
string

Definition at line 164 of file reportService.php.

Here is the caller graph for this function:

readMetadata ( &$  xmlArr ) [protected]

Read array meta data, and store to meta object

Parameters:
array$xmlArr
Returns:
void

Reimplemented from MetaObject.

Definition at line 48 of file reportService.php.

Here is the caller graph for this function:

render ( objName )

render the report output

Parameters:
string$objNameobject name which is the bizform name
Returns:
void

Definition at line 62 of file reportService.php.

Here is the call graph for this function:


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