Public Member Functions | |
__construct () | |
setIsSearchEngine ($blOn) | |
process ($sValue, $sClassName) | |
addVersionTags ($sOutput) | |
processViewArray ($aViewData, $sClassName) | |
processEmail (&$oEmail) | |
Protected Attributes | |
$_blSearchEngine = false |
class for output processing
Definition at line 6 of file oxoutput.php.
oxOutput.__construct | ( | ) |
Class constructor. Sets search engine mode according to client info
Reimplemented from oxSuperCfg.
Definition at line 20 of file oxoutput.php.
oxOutput.addVersionTags | ( | $ | sOutput | ) | [final] |
Add a version tag to a html page
string | $sOutput htmlheader |
Definition at line 65 of file oxoutput.php.
oxOutput.process | ( | $ | sValue, | |
$ | sClassName | |||
) |
function for front-end (normaly HTML) output processing This function is called from index.php
string | $sValue value | |
string | $sClassName classname |
Definition at line 46 of file oxoutput.php.
oxOutput.processEmail | ( | &$ | oEmail | ) |
This function is called from index.php
object | &$oEmail email object |
Definition at line 103 of file oxoutput.php.
oxOutput.processViewArray | ( | $ | aViewData, | |
$ | sClassName | |||
) |
Abstract function for smarty tag processing This function is called from index.php
array | $aViewData viewarray | |
string | $sClassName classname |
Definition at line 91 of file oxoutput.php.
oxOutput.setIsSearchEngine | ( | $ | blOn | ) |
Search engine mode setter
bool | $blOn search engine mode |
Definition at line 32 of file oxoutput.php.
oxOutput.$_blSearchEngine = false [protected] |
Definition at line 13 of file oxoutput.php.