*/
function getCuil()// ~X2C
{
- trigger_error('Not implemented!', E_USER_WARNING);
+ $aux = $this->datos['cuil'];
+ $aux = preg_replace('/(\d{2})(\d*)(\d{1})/','$1-$2-$3',$aux);
+ return $aux;
}
// -X2C
function getOtrosDatos()// ~X2C
{
if(!is_null($this->datos['tipo_agente'])) {
+ $aux['tipo_doc'] = $this->datos['tipodoc'];
$aux['fecha_nac'] = $this->datos['fecha_nac'];
$aux['edad'] = $this->datos['edad'];
$aux['estado_civil'] = $this->datos['estado_civil'];