예제 #1
0
 public function preProcess()
 {
     $this->_participantListingType = 'Name and Email';
     parent::preProcess();
 }
예제 #2
0
 function preProcess()
 {
     $this->_participantListingType == 'Name';
     parent::preProcess();
 }