Ejemplo n.º 1
0
 /**
  * Get the auth event
  *
  * @return AdapterChainEvent
  */
 public function getEvent()
 {
     if (null === $this->event) {
         $this->setEvent(new AdapterChainEvent());
         $this->event->setTarget($this);
     }
     return $this->event;
 }