Documentation TYPO3 par Ameos |
Public Member Functions | |
tx_lowlevel_lost_files () | |
main () | |
main_autoFix ($resultArray) | |
Public Attributes | |
$checkRefIndex = TRUE |
Definition at line 56 of file class.lost_files.php.
tx_lowlevel_lost_files::tx_lowlevel_lost_files | ( | ) |
Constructor
Definition at line 65 of file class.lost_files.php.
References t3lib_cli::cli_help(), and t3lib_BEfunc::getFlexFormDS().
tx_lowlevel_lost_files::main | ( | ) |
Find lost files in uploads/ folder FIX METHOD: Simply delete the file...
TODO: Add parameter to exclude filepath TODO: Add parameter to list more file names/patterns to ignore TODO: Add parameter to include RTEmagic images
Definition at line 105 of file class.lost_files.php.
References t3lib_cli::cli_argValue(), t3lib_cli::cli_help(), t3lib_div::getAllFilesAndFoldersInPath(), t3lib_div::isFirstPartOfStr(), t3lib_div::removePrefixPathFromList(), and t3lib_div::trimExplode().
tx_lowlevel_lost_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 194 of file class.lost_files.php.
References tx_lowlevel_cleaner_core::cli_noExecutionCheck(), and t3lib_div::getFileAbsFileName().