Exemplo n.º 1
0
 /**
  * Writes the RDF serialization of the MemModel as HTML table.
  *
  * @access	public 
  */
 function writeAsHTMLTable()
 {
     $this->model->writeAsHtmlTable();
 }