TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController:
tx_rtehtmlarea_SC_select_image

Public Member Functions

 __construct ()
 
 main ()
 
 printContent ()
 

Public Attributes

 $mode = 'rte'
 
 $button = 'image'
 

Protected Attributes

 $content = ''
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Script class for the Element Browser window.

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 22 of file SelectImageController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::__construct ( )

Initialize language files

Definition at line 33 of file SelectImageController.php.

References $GLOBALS.

Member Function Documentation

◆ main()

TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::main ( )

Main function, rendering the element browser in RTE mode.

Returns
void
Todo:
Define visibility

Definition at line 45 of file SelectImageController.php.

References $GLOBALS, TYPO3\CMS\Core\Utility\GeneralUtility\getUserObj(), TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance(), and TYPO3\CMS\Core\Utility\GeneralUtility\trimExplode().

◆ printContent()

TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::printContent ( )

Print module content

Returns
void
Todo:
Define visibility

Definition at line 85 of file SelectImageController.php.

References TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController\$content.

Member Data Documentation

◆ $button

TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::$button = 'image'

Definition at line 26 of file SelectImageController.php.

◆ $content

TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::$content = ''
protected

◆ $mode

TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::$mode = 'rte'

Definition at line 24 of file SelectImageController.php.