예제 #1
0
 /**
  * Se obtiene la versión del sistema Mantis.
  */
 public function getMantisVersion()
 {
     $result = '';
     try {
         $result = $this->proxySoap->mc_version();
     } catch (Exception $e) {
     }
     return $result;
 }