+ function MECON_PDF_Tabla($TABLA, $orientacion = null, $encabezado = true) {
+ $this->_tabla = $TABLA;
+ $this->_orientacion = $orientacion;
+ $this->_config = include 'MECON/PDF/Tabla/medidas.php';
+ $this->_encabezado = $encabezado;
+ }
+
+ /**
+ * Funcion que agrega el contenido de la tabla que se este utilizando al
+ * PDF.
+ *
+ * @param &Object $MARCO MECON_PDF_Marco
+ *
+ * @return void
+ * @access public
+ */
+ function toPDF(&$MARCO) {
+ $this->_marco =& $MARCO;