Exemple #1
0
 private function __construct()
 {
     $l5conf = Core_Lib_App::app()->getConfig()->get('UUIDServer');
     $this->tcp = new Core_Helper_Net_Tcp();
     $this->serverDown = !$this->tcp->connect($l5conf['host'], $l5conf['port']);
 }