Example #1
0
 /**
  * Does this event have more participants
  * 
  * @return boolean 
  */
 public function hasOtherParticipants()
 {
     return $this->_event->hasOtherParticipants();
 }