예제 #1
0
	public function __construct ()
	{
		parent::__construct();
		$this->SetName(GetLang($this->id . '_name'));

		Interspire_Event::bind('Interspire_EmailIntegration_MailChimp/error', array($this, 'onApiError'));
	}
예제 #2
0
	public function __construct ()
	{
		parent::__construct();

		$this->name = GetLang('ExportOnlyModuleName');
	}
예제 #3
0
	public function __construct ()
	{
		parent::__construct();
		$this->SetName(GetLang('EmailMarketerModuleName'));
	}