Some further refactoring in form classes.
[timetracker.git] / WEB-INF / lib / form / Table.class.php
index ea0d28e..807e2c7 100644 (file)
@@ -114,7 +114,7 @@ class Table extends FormElement {
     }
   }
   
-  function toStringControl() {
+  function getHtml() {
     if (!$this->mProccessed) $this->_process();
     
     $html = "";