

Definition at line 6 of file oxoutput.php.
| Public Member Functions | |
| __construct () | |
| setIsSearchEngine ($blOn) | |
| process ($sValue, $sClassName) | |
| addVersionTags ($sOutput) | |
| processViewArray ($aViewData, $sClassName) | |
| processEmail (&$oEmail) | |
| Protected Attributes | |
| $_blSearchEngine = false | |
| oxOutput.__construct | ( | ) | 
Class constructor. Sets search engine mode according to client info
Definition at line 20 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.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.addVersionTags | ( | $ | sOutput | ) |  [final] | 
Add a version tag to a html page
| string | $sOutput htmlheader | 
Definition at line 65 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 86 of file oxoutput.php.
| oxOutput.processEmail | ( | &$ | oEmail | ) | 
This function is called from index.php
| object | &$oEmail email object | 
Definition at line 98 of file oxoutput.php.
| oxOutput.$_blSearchEngine = false  [protected] | 
Definition at line 13 of file oxoutput.php.
 1.5.5
 1.5.5