

Public Member Functions | |
| tx_lowlevel_cleanflexform () | |
| main () | |
| main_parseTreeCallBack ($tableName, $uid, $echoLevel, $versionSwapmode, $rootIsVersion) | |
| main_autoFix ($resultArray) | |
Definition at line 57 of file class.cleanflexform.php.
| tx_lowlevel_cleanflexform::tx_lowlevel_cleanflexform | ( | ) |
| tx_lowlevel_cleanflexform::main | ( | ) |
Find orphan records VERY CPU and memory intensive since it will look up the whole page tree!
Definition at line 89 of file class.cleanflexform.php.
| tx_lowlevel_cleanflexform::main_parseTreeCallBack | ( | $ | tableName, | |
| $ | uid, | |||
| $ | echoLevel, | |||
| $ | versionSwapmode, | |||
| $ | rootIsVersion | |||
| ) |
Call back function for page tree traversal!
| string | Table name | |
| integer | UID of record in processing | |
| integer | Echo level (see calling function | |
| string | Version swap mode on that level (see calling function | |
| integer | Is root version (see calling function |
Definition at line 122 of file class.cleanflexform.php.
| tx_lowlevel_cleanflexform::main_autoFix | ( | $ | resultArray | ) |
Mandatory autofix function Will run auto-fix on the result array. Echos status during processing.
| array | Result array from main() function |
Definition at line 154 of file class.cleanflexform.php.