Documentation TYPO3 par Ameos |
Public Member Functions | |
tx_lowlevel_missing_relations () | |
main () | |
main_autoFix ($resultArray) | |
Public Attributes | |
$checkRefIndex = TRUE |
Definition at line 56 of file class.missing_relations.php.
tx_lowlevel_missing_relations::tx_lowlevel_missing_relations | ( | ) |
Constructor
Definition at line 65 of file class.missing_relations.php.
References t3lib_cli::cli_help().
tx_lowlevel_missing_relations::main | ( | ) |
Find relations pointing to non-existing records Fix methods: API in t3lib_refindex that allows to change the value of a reference (or remove it) [Only for managed relations!]
Definition at line 101 of file class.missing_relations.php.
References t3lib_cli::cli_help(), t3lib_BEfunc::getRecordRaw(), and tx_lowlevel_cleaner_core::infoStr().
tx_lowlevel_missing_relations::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 173 of file class.missing_relations.php.
References tx_lowlevel_cleaner_core::cli_noExecutionCheck(), t3lib_div::makeInstance(), and t3lib_refindex::setReferenceValue().