Documentation TYPO3 par Ameos |
Public Member Functions | |
tx_lowlevel_rte_images () | |
main () | |
main_autoFix ($resultArray) | |
Public Attributes | |
$checkRefIndex = TRUE |
Definition at line 56 of file class.rte_images.php.
tx_lowlevel_rte_images::tx_lowlevel_rte_images | ( | ) |
Constructor
Definition at line 65 of file class.rte_images.php.
References t3lib_cli::cli_help().
tx_lowlevel_rte_images::main | ( | ) |
Analyse situation with RTE magic images. (still to define what the most useful output is). Fix methods: API in t3lib_refindex that allows to change the value of a reference (we could copy the files) or remove reference
Definition at line 99 of file class.rte_images.php.
References tx_lowlevel_cleaner_core::$cleanerModules, t3lib_cli::cli_help(), t3lib_div::getUserObj(), tx_lowlevel_cleaner_core::infoStr(), and t3lib_div::isFirstPartOfStr().
tx_lowlevel_rte_images::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 181 of file class.rte_images.php.