![]() |
TYPO3
7.6
|
Protected Member Functions | |
executeAction () | |
getCleanableTableList () | |
getTypo3TempStatistics () | |
![]() | |
initializeHandle () | |
executeAction () | |
isDbalEnabled () | |
getContext () | |
loadExtLocalconfDatabaseAndExtTables () | |
getHashedPassword ($password) | |
Protected Attributes | |
$actionMessages = array() | |
![]() | |
$objectManager = null | |
$view = null | |
$controller = '' | |
$action = '' | |
$token = '' | |
$postValues = array() | |
$lastError = array() | |
$messages = array() | |
Additional Inherited Members | |
![]() | |
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()) | |
Clean up page
Definition at line 28 of file CleanUp.php.
|
protected |
Executes the tool
Definition at line 42 of file CleanUp.php.
References CleanUp\getCleanableTableList(), and CleanUp\getTypo3TempStatistics().
|
protected |
Get list of existing tables that could be truncated.
Definition at line 74 of file CleanUp.php.
Referenced by CleanUp\executeAction().
|
protected |
Data for the typo3temp/ deletion view
Definition at line 180 of file CleanUp.php.
References $GLOBALS, AbstractAction\$postValues, MathUtility\canBeInterpretedAsInteger(), and GeneralUtility\getFilesInDir().
Referenced by CleanUp\executeAction().
|
protected |
Definition at line 35 of file CleanUp.php.