TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
RteController Class Reference
Inheritance diagram for RteController:
AbstractWizardController AbstractModule

Public Member Functions

 __construct ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 
 printContent ()
 

Public Attributes

 $content
 
 $P
 
 $popView
 
 $R_URI
 
 $MCONF = array()
 

Protected Member Functions

 init ()
 
 getButtons ()
 
- Protected Member Functions inherited from AbstractWizardController
 checkEditAccess ($table, $uid)
 
 getBackendUserAuthentication ()
 
 getLanguageService ()
 
 getDocumentTemplate ()
 
 getDatabaseConnection ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

Script class for rendering the full screen RTE display

Definition at line 33 of file RteController.php.

Constructor & Destructor Documentation

__construct ( )

Member Function Documentation

getButtons ( )
protected

Create the panel of buttons for submitting the form or otherwise perform operations.

Returns
array All available buttons as an assoc. array

Definition at line 249 of file RteController.php.

References $GLOBALS, ButtonBar\BUTTON_POSITION_LEFT, BackendUtility\calcAge(), AbstractWizardController\checkEditAccess(), AbstractWizardController\getDatabaseConnection(), AbstractWizardController\getLanguageService(), GeneralUtility\quoteJSvalue(), GeneralUtility\sanitizeLocalUrl(), and Icon\SIZE_SMALL.

init ( )
protected

Initialization of the class

Returns
void

Definition at line 88 of file RteController.php.

References GeneralUtility\_GP(), and GeneralUtility\linkThisScript().

Referenced by RteController\__construct().

mainAction ( ServerRequestInterface  $request,
ResponseInterface  $response 
)

Injects the request object for the current request or subrequest As this controller goes only through the main() method, it is rather simple for now

Parameters
ServerRequestInterface$request
ResponseInterface$response
Returns
ResponseInterface

Definition at line 108 of file RteController.php.

References $response, and MessageInterface\getBody().

printContent ( )

Outputting the accumulated content to screen

Returns
void
Deprecated:
since TYPO3 CMS 7, will be removed in TYPO3 CMS 8, use mainAction() instead

Definition at line 238 of file RteController.php.

References RteController\$content, and GeneralUtility\logDeprecatedFunction().

Member Data Documentation

$content

Definition at line 40 of file RteController.php.

Referenced by RteController\printContent().

$MCONF = array()

Definition at line 68 of file RteController.php.

$P

Definition at line 47 of file RteController.php.

$popView

Definition at line 54 of file RteController.php.

$R_URI

Definition at line 61 of file RteController.php.