Exemplo n.º 1
0
 static function Instance()
 {
     if (!isset(self::$mrInstance)) {
         self::$mrInstance = new Session();
     }
     return self::$mrInstance;
 }