예제 #1
0
파일: ZmqModel.php 프로젝트: khelle/surume
 /**
  * @param string $event
  * @param callable $callback
  */
 protected function removeEventHandler($event, callable $callback)
 {
     $this->socket->removeListener($event, $callback);
 }