<?php /** * * NOTICE OF LICENSE * * @author SmartPresta <tehran.alishov@gmail.com> * @copyright 2024 SmartPresta * @license Commercial License */ if (!defined('_PS_VERSION_')) { exit; } class EIATranslatorWrapper { public static function l($string) { return Module::getInstanceByName('ipexportimport')->l($string); } }