コード例 #1
0
 /**
  * @param Event $event
  * @return multitype:Attendee
  */
 public function findByEvent(Event $event)
 {
     return $this->repository->findByEvent($event);
 }