Exemplo n.º 1
0
Arquivo: c2UAC.php Projeto: hornos/C2
 protected function _rpc_stop()
 {
     $c2 = __k_fetch('c2');
     $se = new c2Ses($c2['sys.c']);
     return $se->stop();
 }
Exemplo n.º 2
0
Arquivo: c2Sys.php Projeto: hornos/C2
 public function __construct($cfg = NULL)
 {
     parent::__construct($cfg);
 }