"TYPO3 4.0.1: wsol_preview Class Reference", "datetime" => "Sat Dec 2 19:27:35 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 | |
main () | |
generateUrls () | |
printFrameset () | |
isBeLogin () | |
Public Attributes | |
$workspace = 0 |
Definition at line 62 of file wsol_preview.php.
|
URLs generated in $this->URL array
Definition at line 133 of file wsol_preview.php. References t3lib_div::_GP(), t3lib_div::getIndpEnv(), t3lib_BEfunc::getRecord(), isBeLogin(), and t3lib_BEfunc::isPidInVersionizedBranch(). Referenced by main(). |
|
Checks if a backend user is logged in. Due to the line "define('TYPO3_PROCEED_IF_NO_USER', '1');" the backend is initialized even if no backend user was authenticated. This is in order to allow previews through this module of yet not-logged in users.
Definition at line 206 of file wsol_preview.php. Referenced by generateUrls(), main(), and printFrameset(). |
|
Main function of class
Definition at line 71 of file wsol_preview.php. References t3lib_div::_GP(), generateUrls(), isBeLogin(), and printFrameset(). |
|
Outputting frameset HTML code
Definition at line 164 of file wsol_preview.php. References isBeLogin(). Referenced by main(). |