public function __construct() {
     parent::__construct();
     $this->mailTemplateFile = 'invite_to_campaign.stpl';
     $this->templateName = Gpf_Lang::_runtime('Affiliate - Invite affiliate to campaign');
     $this->subject = Gpf_Lang::_runtime('You are invited to campaign');
 }
 public function __construct() {
     parent::__construct();
     $this->mailTemplateFile = 'on_merchant_decline_affiliate_to_campaign.stpl';
     $this->templateName = Gpf_Lang::_runtime('Affiliate - Affiliate declined in campaign');
     $this->subject = Gpf_Lang::_runtime('You have been declined in campaign');
 }
	/**
	 * @var Pap_Common_Campaign
	 */

    public function __construct() {
        parent::__construct();
        $this->mailTemplateFile = 'on_affiliate_join_to_campaign.stpl';
        $this->templateName = Gpf_Lang::_runtime('Merchant - New affiliate joined campaign');
        $this->subject = Gpf_Lang::_runtime('New affiliate wants to join campaign');
    }