Ejemplo n.º 1
0
 public static function getUser($id = null)
 {
     $instance = MUser::getInstance($id);
     return $instance;
 }