コード例 #1
0
 /**
  * Run page.
  *
  * This includes assigning smarty variables and other page processing.
  *
  * @return string
  * @throws Exception
  */
 public function run()
 {
     $this->_type = 'unsubscribe';
     return parent::run();
 }
コード例 #2
0
 function run()
 {
     $this->_type = 'optout';
     return parent::run();
 }
コード例 #3
0
 function run()
 {
     CRM_Utils_System::addHTMLHead('<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">');
     $this->_type = 'unsubscribe';
     return parent::run();
 }
コード例 #4
0
 function run()
 {
     $this->_type = 'unsubscribe';
     parent::run();
 }
コード例 #5
0
ファイル: Resubscribe.php プロジェクト: hguru/224Civi
 function run()
 {
     $this->_type = 'resubscribe';
     return parent::run();
 }