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