]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - src/BIFE/Widget.php
* Added __construc() method for PHP5 forward compatibility.
[software/bife/bife-all.git] / src / BIFE / Widget.php
index 56ee704e8e43aeed337c963f215e6216b4d1cc49..96ecdd419d9d274758e4075a8ed4f125407d0c16 100644 (file)
@@ -38,13 +38,11 @@ class BIFE_Widget {
 
     // +X2C Operation 4
     /**
-     * Renders the widget returning a string.
-Renders the widget using a template returning a string with the
-results.
+     * Renders the widget using a template returning a string with the results.
      *
      * @param  HTML_Template_Sigma &$template Template object to render the widget.
      *
-     * @return void
+     * @return string
      * @access public
      * @abstract
      */