Exemplo n.º 1
0
 /**
  * Get singelton iunstance
  * @return 
  */
 public static function getInstance()
 {
     if (self::$instance != NULL) {
         return self::$instance;
     }
     return self::$instance = new ilDAVServer();
 }