Documentation TYPO3 par Ameos |
Public Member Functions | |
| main () | |
| generateUrls () | |
| printFrameset () | |
| isBeLogin () | |
Public Attributes | |
| $workspace = 0 | |
Definition at line 62 of file wsol_preview.php.
| wsol_preview::main | ( | ) |
Main function of class
Definition at line 71 of file wsol_preview.php.
References t3lib_div::_GP(), generateUrls(), isBeLogin(), and printFrameset().
| wsol_preview::generateUrls | ( | ) |
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().
| wsol_preview::printFrameset | ( | ) |
Outputting frameset HTML code
Definition at line 164 of file wsol_preview.php.
References isBeLogin().
Referenced by main().
| wsol_preview::isBeLogin | ( | ) |
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().
1.4.6