TranslationHelper::getMaxTranslations()
\nn\t3::TranslationHelper()->getMaxTranslations();
Gets the maximum number of translations to be made per instance.
$translationHelper->getMaxTranslations(); // default: 0 = infinite
Copied!
| @return integer
Source Code
public function getMaxTranslations() {
return $this->maxTranslations;
}
Copied!