Exemplo n.º 1
0
 /**
  * Get https instance
  * @return 
  */
 public static function getInstance()
 {
     if (self::$instance) {
         return self::$instance;
     }
     return self::$instance = new ilHTTPS();
 }