]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - src/BIFE/Widget.php
Updated ROADMAP.
[software/bife/bife-all.git] / src / BIFE / Widget.php
index cd1dd68afb815f751b9130917121948df2f60727..96ecdd419d9d274758e4075a8ed4f125407d0c16 100644 (file)
@@ -38,13 +38,11 @@ class BIFE_Widget {
 
     // +X2C Operation 4
     /**
 
     // +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.
      *
      *
      * @param  HTML_Template_Sigma &$template Template object to render the widget.
      *
-     * @return void
+     * @return string
      * @access public
      * @abstract
      */
      * @access public
      * @abstract
      */
@@ -57,4 +55,4 @@ results.
 
 } // -X2C Class :Widget
 
 
 } // -X2C Class :Widget
 
-?>
+?>
\ No newline at end of file