Пример #1
0
 protected function _rpc_stop()
 {
     $c2 = __k_fetch('c2');
     $se = new c2Ses($c2['sys.c']);
     return $se->stop();
 }
Пример #2
0
 public function __construct($cfg = NULL)
 {
     parent::__construct($cfg);
 }