TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Install\Controller\Action\Tool\CleanUp Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\Action\Tool\CleanUp:
TYPO3\CMS\Install\Controller\Action\AbstractAction TYPO3\CMS\Install\Controller\Action\ActionInterface

Protected Member Functions

 executeAction ()
 
 getCleanableTableList ()
 
 getTypo3TempStatistics ()
 
- Protected Member Functions inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 initializeHandle ()
 
 executeAction ()
 
 isDbalEnabled ()
 
 getContext ()
 
 loadExtLocalconfDatabaseAndExtTables ()
 
 getHashedPassword ($password)
 

Protected Attributes

 $actionMessages = array()
 
- Protected Attributes inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 $objectManager = NULL
 
 $view = NULL
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = array()
 
 $lastError = array()
 
 $messages = array()
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Install\Controller\Action\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 26 of file CleanUp.php.

Member Function Documentation

◆ executeAction()

TYPO3\CMS\Install\Controller\Action\Tool\CleanUp::executeAction ( )
protected

◆ getCleanableTableList()

TYPO3\CMS\Install\Controller\Action\Tool\CleanUp::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 65 of file CleanUp.php.

References $database.

Referenced by TYPO3\CMS\Install\Controller\Action\Tool\CleanUp\executeAction().

◆ getTypo3TempStatistics()

TYPO3\CMS\Install\Controller\Action\Tool\CleanUp::getTypo3TempStatistics ( )
protected

Member Data Documentation

◆ $actionMessages

TYPO3\CMS\Install\Controller\Action\Tool\CleanUp::$actionMessages = array()
protected

Definition at line 33 of file CleanUp.php.