"TYPO3 4.0.1: TSpagegen Class Reference", "datetime" => "Sat Dec 2 19:27:01 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
pagegenInit () | |
getIncFiles () | |
JSeventFunctions () | |
renderContent () | |
renderContentWithHeader ($pageContent) | |
inline2TempFile ($str, $ext) |
Definition at line 88 of file class.tslib_pagegen.php.
|
Returns an array with files to include. These files are the ones set up in TypoScript config.
Definition at line 289 of file class.tslib_pagegen.php. |
|
Writes string to a temporary file named after the md5-hash of the string
Definition at line 845 of file class.tslib_pagegen.php. References t3lib_div::writeFile(). Referenced by renderContentWithHeader(). |
|
Processing JavaScript handlers
Definition at line 322 of file class.tslib_pagegen.php. Referenced by renderContentWithHeader(). |
|
Setting some vars in TSFE, primarily based on TypoScript config settings.
Definition at line 95 of file class.tslib_pagegen.php. References t3lib_div::getIndpEnv(), t3lib_div::intExplode(), t3lib_div::intInRange(), and t3lib_div::trimExplode(). |
|
Rendering the page content
Definition at line 356 of file class.tslib_pagegen.php. References renderContentWithHeader(). |
|
Rendering normal HTML-page with header by wrapping the generated content ($pageContent) in body-tags and setting the header accordingly.
Definition at line 383 of file class.tslib_pagegen.php. References t3lib_div::dirname(), t3lib_div::getIndpEnv(), t3lib_div::implodeAttributes(), inline2TempFile(), JSeventFunctions(), t3lib_div::makeInstance(), and t3lib_div::trimExplode(). Referenced by renderContent(). |