|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| modMenu () | |
| main () | |
| createMenu () | |
| moduleContent () | |
| quickDBlookUp () | |
| updateRefIndex ($table, $id) | |
Definition at line 66 of file class.tx_lowlevel_cleaner.php.
| tx_lowlevel_cleaner::createMenu | ( | ) |
Creates HTML menu for the module.
Definition at line 132 of file class.tx_lowlevel_cleaner.php.
References $value, and t3lib_div\_GP().
Referenced by main().
| tx_lowlevel_cleaner::main | ( | ) |
Creation of the main content.
Definition at line 110 of file class.tx_lowlevel_cleaner.php.
References $BE_USER, $content, createMenu(), moduleContent(), and quickDBlookUp().
| tx_lowlevel_cleaner::modMenu | ( | ) |
Modifies parent objects internal MOD_MENU array, adding items this module needs.
Reimplemented from t3lib_extobjbase.
Definition at line 75 of file class.tx_lowlevel_cleaner.php.
| tx_lowlevel_cleaner::moduleContent | ( | ) |
Branching out to the specified module functionality.
Definition at line 147 of file class.tx_lowlevel_cleaner.php.
References $cleanerObj, $res, t3lib_div\_GP(), and t3lib_div\makeInstance().
Referenced by main().
| tx_lowlevel_cleaner::quickDBlookUp | ( | ) |
Definition at line 185 of file class.tx_lowlevel_cleaner.php.
References $GLOBALS, $value, t3lib_div\_POST(), t3lib_BEfunc\getRecordRaw(), t3lib_div\trimExplode(), updateRefIndex(), and t3lib_utility_Debug\viewArray().
Referenced by main().
| tx_lowlevel_cleaner::updateRefIndex | ( | $ | table, |
| $ | id | ||
| ) |
Update Reference Index (sys_refindex) for a record
| string | Table name |
| integer | Record UID |
Definition at line 234 of file class.tx_lowlevel_cleaner.php.
References t3lib_div\makeInstance().
Referenced by quickDBlookUp().
1.7.5.1