Exemplo n.º 1
0
 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";
 }
Exemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->start();
     register_shutdown_function([$this, 'close']);
 }
Exemplo n.º 3
0
Arquivo: View.php Projeto: aoyel/angel
 public function init()
 {
     parent::init();
 }
Exemplo n.º 4
0
 public function init()
 {
     parent::init();
     $this->filterRequest();
 }