Пример #1
0
 public function __construct()
 {
     $this->localhostName = Core_Lib_App::App()->getConfig()->get('appId');
     $this->fp = fopen(static::filePath(), 'a');
 }
Пример #2
0
 public function __construct()
 {
     $this->localhostName = Core_Lib_App::App()->getConfig()->get('appId');
     $this->udpHandle = Core_Helper_Net_Udp::getInstance('localhost', 514, 2);
 }