* @copyright Since 2013 Ovidiu Cimpean * @license Do not edit, modify or copy this file * * @version Release: 4 */ abstract class NewsletterProObjectClass { public function l($string) { return Translate::getModuleTranslation(NewsletterProTools::module(), $string, Tools::strtolower(get_class($this))); } }