

Public Member Functions | |
| tx_lowlevel_missing_files () | |
| main () | |
| main_autoFix ($resultArray) | |
Public Attributes | |
| $checkRefIndex = TRUE | |
Definition at line 56 of file class.missing_files.php.
| tx_lowlevel_missing_files::tx_lowlevel_missing_files | ( | ) |
| tx_lowlevel_missing_files::main | ( | ) |
Find file references that points to non-existing files in system Fix methods: API in t3lib_refindex that allows to change the value of a reference (or remove it)
Definition at line 98 of file class.missing_files.php.
| tx_lowlevel_missing_files::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.missing_files.php.