TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Recycler\Controller\DeletedRecordsController Class Reference

Public Member Functions

 __construct ()
 
 transform ($deletedRowsArray, $totalDeleted)
 

Protected Member Functions

 getPageTitle ($pageId)
 
 getLanguageService ()
 
 getBackendUser ()
 
 getCacheManager ()
 
 getMemoryCache ()
 

Protected Attributes

 $runtimeCache = null
 
 $tce
 

Detailed Description

Deleted Records View

Definition at line 27 of file DeletedRecordsController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Recycler\Controller\DeletedRecordsController::__construct ( )

Member Function Documentation

◆ getBackendUser()

TYPO3\CMS\Recycler\Controller\DeletedRecordsController::getBackendUser ( )
protected

Returns the current BE user.

Returns

Definition at line 128 of file DeletedRecordsController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Recycler\Controller\DeletedRecordsController\transform().

◆ getCacheManager()

TYPO3\CMS\Recycler\Controller\DeletedRecordsController::getCacheManager ( )
protected

Create and returns an instance of the CacheManager

Returns

Definition at line 138 of file DeletedRecordsController.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Referenced by TYPO3\CMS\Recycler\Controller\DeletedRecordsController\getMemoryCache().

◆ getLanguageService()

TYPO3\CMS\Recycler\Controller\DeletedRecordsController::getLanguageService ( )
protected

Returns an instance of LanguageService

Returns

Definition at line 118 of file DeletedRecordsController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Recycler\Controller\DeletedRecordsController\transform().

◆ getMemoryCache()

TYPO3\CMS\Recycler\Controller\DeletedRecordsController::getMemoryCache ( )
protected

◆ getPageTitle()

TYPO3\CMS\Recycler\Controller\DeletedRecordsController::getPageTitle (   $pageId)
protected

Gets the page title of the given page id

Parameters
int$pageId
Returns
string

Definition at line 96 of file DeletedRecordsController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Recycler\Controller\DeletedRecordsController\transform().

◆ transform()

Member Data Documentation

◆ $runtimeCache

TYPO3\CMS\Recycler\Controller\DeletedRecordsController::$runtimeCache = null
protected

Definition at line 32 of file DeletedRecordsController.php.

◆ $tce

TYPO3\CMS\Recycler\Controller\DeletedRecordsController::$tce
protected

Definition at line 37 of file DeletedRecordsController.php.