Documentation TYPO3 par Ameos |
Public Member Functions | |
getSystemLanguages ($page_id=0, $backPath='') | |
translationInfo ($table, $uid, $sys_language_uid=0) | |
getTranslationTable ($table) | |
isTranslationInOwnTable ($table) | |
foreignTranslationTable ($table) |
Definition at line 55 of file class.t3lib_transl8tools.php.
t3lib_transl8tools::translationInfo | ( | $ | table, | |
$ | uid, | |||
$ | sys_language_uid = 0 | |||
) |
Initialization of the class.
Definition at line 113 of file class.t3lib_transl8tools.php.
References t3lib_BEfunc::deleteClause(), t3lib_BEfunc::getRecordWSOL(), getTranslationTable(), t3lib_div::loadTCA(), and t3lib_BEfunc::versioningPlaceholderClause().
t3lib_transl8tools::getTranslationTable | ( | $ | table | ) |
Returns the table in which translations for input table is found.
Definition at line 165 of file class.t3lib_transl8tools.php.
References foreignTranslationTable(), and isTranslationInOwnTable().
Referenced by translationInfo().
t3lib_transl8tools::isTranslationInOwnTable | ( | $ | table | ) |
Returns true, if the input table has localization enabled and done so with records from the same table
Definition at line 172 of file class.t3lib_transl8tools.php.
Referenced by getTranslationTable().
t3lib_transl8tools::foreignTranslationTable | ( | $ | table | ) |
Returns foreign translation table, if any
Definition at line 181 of file class.t3lib_transl8tools.php.
Referenced by getTranslationTable().