]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Table.class.php
Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / Table.class.php
index ea0d28e85202b7f5fe75a9f08cbb0381fff91ead..807e2c7cd8f3c00769f51ab678380faca3b3a0b3 100644 (file)
@@ -114,7 +114,7 @@ class Table extends FormElement {
     }
   }
   
-  function toStringControl() {
+  function getHtml() {
     if (!$this->mProccessed) $this->_process();
     
     $html = "";