Пример #1
0
 public static function getInstance()
 {
     if (is_null(self::$instance)) {
         $c = __CLASS__;
         self::$instance = new $c();
     }
     return self::$instance;
 }
function wiziapp_getLogFileWS($log)
{
    wiziapp_checkSystemAuth();
    WiziappSupport::getInstance()->getLog($log);
}