public function init() { parent::init(); $this->pidfile = Angel::app()->runtimePath . DIRECTORY_SEPARATOR . "socket_server.pid"; $this->logfile = Angel::app()->runtimePath . DIRECTORY_SEPARATOR . "socket_server.log"; }
public function init() { parent::init(); $this->start(); register_shutdown_function([$this, 'close']); }
public function init() { parent::init(); }
public function init() { parent::init(); $this->filterRequest(); }