Exemple #1
0
 /**
  * Obtiene el nombre del motivo de baja.
  *
  * @return string
  *
  * @see $BajaMotivo $BajaMotivo
  */
 public function getBajaMotivoNombre()
 {
     return Agente::BajaMotivoNombres($this->getBajaMotivo());
 }