Example #1
0
 /**
  *
  *Devuelve un array con todas las propiedades del objeto
  *
  **/
 public function getAll()
 {
     $data = array(rif => getRif(), nombre => getNombre(), direccion => getDireccion(), telefono => getTelefono(), numpat => getNumPat());
     return $data;
 }
</td>
					<td style="margin-left:16px; vertical-align:top; width:40px;"><b>C.U.I.T.</b></td>
					<td style="vertical-align:top;"><?php 
echo ponerGuiones($_SESSION["cuit"]);
?>
</td>
				</tr>
				<tr>
					<td><b>Contrato</b></td>
					<td><?php 
echo $_SESSION["contrato"];
?>
</td>
					<td><b>Tel/Fax</b></td>
					<td style="width:120px;"><?php 
echo getTelefono($_SESSION["contrato"]);
?>
</td>
				</tr>
				<tr>
					<td><b>Fecha Denuncia</b></td>
					<td><?php 
echo date("d/m/Y");
?>
</td>
					<td></td>
					<td></td>
				</tr>
			</table>
		</div>
	</div>