PageServer Class Reference

Stands for page xml templates transformation and cache. More...

List of all members.

Public Member Functions

 __construct ($page, $nestedPage)
 
Parameters:
page Name of requested page.

 page ()
 Name of page maintained by this object.
 pageContentScript ()
 Name of script, which displays requested page.
 titleInitScript ()
 Name of script, which initialize pageTitle variable.

Static Public Member Functions

static isPageValid ($page)
 Check if XML template for page with given name exists.


Detailed Description

Stands for page xml templates transformation and cache.

Definition at line 24 of file PageServer.class.php.


Constructor & Destructor Documentation

PageServer::__construct ( page,
nestedPage 
)

Parameters:
page Name of requested page.

Exceptions:
ExceptionNotFound Exception is thrown if page name is invalid.

Definition at line 47 of file PageServer.class.php.

References Config::instance().

Here is the call graph for this function:


Member Function Documentation

static PageServer::isPageValid ( page  )  [static]

Check if XML template for page with given name exists.

Returns:
Return true if XML template exists, false if not.

Definition at line 32 of file PageServer.class.php.

References Config::instance().

Here is the call graph for this function:

PageServer::page (  ) 

Name of page maintained by this object.

Returns:
Name of page.

Definition at line 85 of file PageServer.class.php.

PageServer::pageContentScript (  ) 

Name of script, which displays requested page.

Returns:
Full path to script.

Definition at line 99 of file PageServer.class.php.

PageServer::titleInitScript (  ) 

Name of script, which initialize pageTitle variable.

Returns:
Full path to script.

Definition at line 92 of file PageServer.class.php.


The documentation for this class was generated from the following file:
Generated on Sat Mar 8 10:26:44 2008 for Dudka.cz by  doxygen 1.5.4