Exemplo n.º 1
0
 /**
  * Keeps the event data
  */
 public function __clone()
 {
     $event = clone $this->event;
     parent::__clone();
     $this->event = $event;
 }