TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Recycler\Controller\RecyclerAjaxController Class Reference
Inheritance diagram for TYPO3\CMS\Recycler\Controller\RecyclerAjaxController:
tx_recycler_controller_ajax

Public Member Functions

 init ()
 
 mapCommand ()
 
 getContent ()
 

Protected Member Functions

 createContent ()
 
 setDataInSession ($identifier, $data)
 

Protected Attributes

 $content
 
 $command
 
 $data
 

Detailed Description

Controller class for the 'recycler' extension. Handles the AJAX Requests

Author
Julian Kleinhans typo3.nosp@m.@kj1.nosp@m.87.de
Erik Frister erik_.nosp@m.fris.nosp@m.ter@o.nosp@m.tq-s.nosp@m.oluti.nosp@m.ons..nosp@m.com

Definition at line 25 of file RecyclerAjaxController.php.

Member Function Documentation

◆ createContent()

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::createContent ( )
protected

◆ getContent()

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::getContent ( )

Returns the content that was created in the mapCommand method

Returns
string

Definition at line 135 of file RecyclerAjaxController.php.

References TYPO3\CMS\Recycler\Controller\RecyclerAjaxController\$content.

Referenced by TYPO3\CMS\Recycler\Controller\RecyclerAjaxController\init().

◆ init()

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::init ( )

◆ mapCommand()

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::mapCommand ( )

◆ setDataInSession()

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::setDataInSession (   $identifier,
  $data 
)
protected

Sets data in the session of the current backend user.

Parameters
string$identifier,The identifier to be used to set the data
string$data,The data to be stored in the session
Returns
void

Definition at line 146 of file RecyclerAjaxController.php.

References TYPO3\CMS\Recycler\Controller\RecyclerAjaxController\$data, and $GLOBALS.

Referenced by TYPO3\CMS\Recycler\Controller\RecyclerAjaxController\createContent().

Member Data Documentation

◆ $command

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::$command
protected

Definition at line 39 of file RecyclerAjaxController.php.

◆ $content

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::$content
protected

◆ $data

TYPO3\CMS\Recycler\Controller\RecyclerAjaxController::$data
protected