コード例 #1
0
 /**
  * @return AuthenticationEvent
  */
 public function getEvent()
 {
     if (!$this->event) {
         $this->event = new AuthenticationEvent();
         $this->event->setTarget($this);
     }
     return $this->event;
 }