Public Member Functions | |
__construct () | |
setIsSearchEngine ($blOn) | |
process ($sValue, $sClassName) | |
addVersionTags ($sOutput) | |
processViewArray ($aViewData, $sClassName) | |
processEmail (&$oEmail) | |
setCharset ($sCharset) | |
setOutputFormat ($sFormat) | |
output ($sName, $output) | |
flushOutput () | |
sendHeaders () | |
Public Attributes | |
const | OUTPUT_FORMAT_HTML = 'html' |
const | OUTPUT_FORMAT_JSON = 'json' |
Protected Attributes | |
$_blSearchEngine = false | |
$_sCharset = null | |
$_sOutputFormat = self::OUTPUT_FORMAT_HTML | |
$_aBuffer = array() |
class for output processing
Definition at line 7 of file oxoutput.php.
oxOutput.__construct | ( | ) |
Class constructor. Sets search engine mode according to client info
Reimplemented from oxSuperCfg.
Definition at line 45 of file oxoutput.php.
oxOutput.addVersionTags | ( | $ | sOutput | ) | [final] |
Add a version tag to a html page
string | $sOutput htmlheader |
Definition at line 90 of file oxoutput.php.
oxOutput.flushOutput | ( | ) |
oxOutput.output | ( | $ | sName, | |
$ | output | |||
) |
output data
string | $sName output name (used in json mode) | |
string | $output output text/data |
Definition at line 176 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 71 of file oxoutput.php.
oxOutput.processEmail | ( | &$ | oEmail | ) |
This function is called from index.php
object | &$oEmail email object |
Definition at line 136 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 124 of file oxoutput.php.
oxOutput.sendHeaders | ( | ) |
oxOutput.setCharset | ( | $ | sCharset | ) |
set page charset
string | $sCharset charset to send with headers |
Definition at line 151 of file oxoutput.php.
oxOutput.setIsSearchEngine | ( | $ | blOn | ) |
Search engine mode setter
bool | $blOn search engine mode |
Definition at line 57 of file oxoutput.php.
oxOutput.setOutputFormat | ( | $ | sFormat | ) |
set page output format
string | $sFormat html or json |
Definition at line 163 of file oxoutput.php.
oxOutput.$_aBuffer = array() [protected] |
Definition at line 38 of file oxoutput.php.
oxOutput.$_blSearchEngine = false [protected] |
Definition at line 17 of file oxoutput.php.
oxOutput.$_sCharset = null [protected] |
Definition at line 24 of file oxoutput.php.
oxOutput.$_sOutputFormat = self::OUTPUT_FORMAT_HTML [protected] |
Definition at line 31 of file oxoutput.php.
const oxOutput.OUTPUT_FORMAT_HTML = 'html' |
Definition at line 9 of file oxoutput.php.
const oxOutput.OUTPUT_FORMAT_JSON = 'json' |
Definition at line 10 of file oxoutput.php.