TYPO3 API  SVNRelease
Public Member Functions | Public Attributes
wsol_preview Class Reference

List of all members.

Public Member Functions

 main ()
 generateUrls ()
 printFrameset ()
 isBeLogin ()

Public Attributes

 $workspace = 0

Detailed Description

Definition at line 62 of file wsol_preview.php.


Member Function Documentation

wsol_preview::generateUrls ( )

URLs generated in $this->URL array

Returns:
void

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::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.

Returns:
boolean True, if there is a logged in backend user.

Definition at line 206 of file wsol_preview.php.

References $GLOBALS.

Referenced by generateUrls(), main(), and printFrameset().

wsol_preview::main ( )

Main function of class

Returns:
void

Definition at line 71 of file wsol_preview.php.

References $GLOBALS, t3lib_div\_GP(), generateUrls(), isBeLogin(), and printFrameset().

wsol_preview::printFrameset ( )

Outputting frameset HTML code

Returns:
void

Definition at line 164 of file wsol_preview.php.

References isBeLogin().

Referenced by main().


Member Data Documentation

wsol_preview::$workspace = 0

Definition at line 64 of file wsol_preview.php.


The documentation for this class was generated from the following file: