Exemple #1
0
 /**
  * Return a MMap with the data in <i>$_GET</i>
  * 
  * @return MGet
  */
 public static function getGet()
 {
     if (MObject::$get == null) {
         MObject::$get = new MGet();
     }
     return MObject::$get;
 }