Наследование: extends Kraken\Event\EventEmitterInterface
Пример #1
0
 /**
  *
  */
 private function registerEvents()
 {
     $this->handlers = $this->model->copyEvents($this, ['start', 'stop', 'connect', 'disconnect']);
     $this->handlers[] = $this->model->on('recv', [$this, 'handleReceive']);
 }