// +X2C Class 131 :Agente
/**
- * @package
* @access public
*/
class Agente {
$aux['fecha_nac_conyuge'] = $this->datos['fecha_nac_cony'];
$aux['tipo_doc_conyuge'] = $this->datos['tipodoc_cony'];
$aux['nro_doc_cony'] = $this->datos['nrodoc_cony'];
+ return $aux;
+ }else
+ {
+ return false;
}
- return $aux;
}
// -X2C
// -X2C
} // -X2C Class :Agente
-?>
+?>
\ No newline at end of file