/** * Write the RDF serialization of the Model_MDB as HTML table. * * @access public */ function writeAsHtmlTable() { $Model_Memory =& $this->getMemModel(); RDF_Util::writeHTMLTable($Model_Memory); }
/** * Writes the RDF serialization of the Model_Memory as HTML table. * * @access public */ function writeAsHtmlTable() { RDF_Util::writeHTMLTable($this); }