예제 #1
0
 /**
  * Get clave
  *
  * @return string
  */
 public function getClave()
 {
     $Util = new \MINSAL\IndicadoresBundle\Util\Util();
     return $Util->desencriptar_clave($this->clave);
 }