예제 #1
0
 /**
  * Set clave
  *
  * @param  string   $clave
  * @return Conexion
  */
 public function setClave($clave)
 {
     $Util = new \MINSAL\IndicadoresBundle\Util\Util();
     $this->clave = $Util->encriptar_clave($clave);
     return $this;
 }