TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Controller\Wizard\RteController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\Wizard\RteController:
TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController TYPO3\CMS\Backend\Module\AbstractModule

Public Member Functions

 __construct ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 
 printContent ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Module\AbstractModule
 __construct ()
 
 processRequest (ServerRequestInterface $request, ResponseInterface $response)
 

Public Attributes

 $content
 
 $P
 
 $popView
 
 $R_URI
 
 $MCONF = []
 

Protected Member Functions

 init ()
 
 getButtons ()
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController
 checkEditAccess ($table, $uid)
 
 getBackendUserAuthentication ()
 
 getLanguageService ()
 
 getDocumentTemplate ()
 
 getDatabaseConnection ()
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Backend\Module\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()

◆ init()

TYPO3\CMS\Backend\Controller\Wizard\RteController::init ( )
protected

◆ mainAction()

TYPO3\CMS\Backend\Controller\Wizard\RteController::mainAction ( ServerRequestInterface  $request,
ResponseInterface  $response 
)

◆ printContent()

TYPO3\CMS\Backend\Controller\Wizard\RteController::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 TYPO3\CMS\Backend\Controller\Wizard\RteController\$content, and TYPO3\CMS\Core\Utility\GeneralUtility\logDeprecatedFunction().

Member Data Documentation

◆ $content

TYPO3\CMS\Backend\Controller\Wizard\RteController::$content

◆ $MCONF

TYPO3\CMS\Backend\Controller\Wizard\RteController::$MCONF = []

Definition at line 68 of file RteController.php.

◆ $P

TYPO3\CMS\Backend\Controller\Wizard\RteController::$P

Definition at line 47 of file RteController.php.

◆ $popView

TYPO3\CMS\Backend\Controller\Wizard\RteController::$popView

Definition at line 54 of file RteController.php.

◆ $R_URI

TYPO3\CMS\Backend\Controller\Wizard\RteController::$R_URI

Definition at line 61 of file RteController.php.