コード例 #1
0
ファイル: NameAndEmail.php プロジェクト: nielosz/civicrm-core
 public function preProcess()
 {
     $this->_participantListingType = 'Name and Email';
     parent::preProcess();
 }
コード例 #2
0
ファイル: Name.php プロジェクト: hampelm/Ginsberg-CiviDemo
 function preProcess()
 {
     $this->_participantListingType == 'Name';
     parent::preProcess();
 }