Example #1
0
 /**
  * @param array $data
  * @return $this
  */
 public function callListeners(array $data)
 {
     $this->event->callListeners($data['command'], $data, $this);
     return $this;
 }