TYPO3  7.6
Protected Member Functions | Protected Attributes | List of all members
CleanUp Class Reference
Inheritance diagram for CleanUp:
AbstractAction ActionInterface

Protected Member Functions

 executeAction ()
 
 getCleanableTableList ()
 
 getTypo3TempStatistics ()
 
- Protected Member Functions inherited from AbstractAction
 initializeHandle ()
 
 executeAction ()
 
 isDbalEnabled ()
 
 getContext ()
 
 loadExtLocalconfDatabaseAndExtTables ()
 
 getHashedPassword ($password)
 

Protected Attributes

 $actionMessages = array()
 
- Protected Attributes inherited from AbstractAction
 $objectManager = null
 
 $view = null
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = array()
 
 $lastError = array()
 
 $messages = array()
 

Additional Inherited Members

- Public Member Functions inherited from AbstractAction
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManager $objectManager)
 
 injectView (\TYPO3\CMS\Install\View\FailsafeView $view)
 
 handle ()
 
 setToken ($token)
 
 setController ($controller)
 
 setAction ($action)
 
 setPostValues (array $postValues)
 
 setLastError (array $lastError)
 
 setMessages (array $messages=array())
 

Detailed Description

Clean up page

Definition at line 28 of file CleanUp.php.

Member Function Documentation

executeAction ( )
protected

Executes the tool

Returns
string Rendered content

Definition at line 42 of file CleanUp.php.

References CleanUp\getCleanableTableList(), and CleanUp\getTypo3TempStatistics().

getCleanableTableList ( )
protected

Get list of existing tables that could be truncated.

Returns
array List of cleanable tables with name, description and number of rows

Definition at line 74 of file CleanUp.php.

Referenced by CleanUp\executeAction().

getTypo3TempStatistics ( )
protected

Data for the typo3temp/ deletion view

Returns
array Data array

Definition at line 180 of file CleanUp.php.

References $GLOBALS, AbstractAction\$postValues, MathUtility\canBeInterpretedAsInteger(), and GeneralUtility\getFilesInDir().

Referenced by CleanUp\executeAction().

Member Data Documentation

$actionMessages = array()
protected

Definition at line 35 of file CleanUp.php.