X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/6b3b1dd0cad8c4342008f139922e1ed26924bf2a..93ebb6cfe68748103b065768c7cb530ebefc7543:/src/BIFE/Widget.php?ds=sidebyside diff --git a/src/BIFE/Widget.php b/src/BIFE/Widget.php index cd1dd68..96ecdd4 100644 --- a/src/BIFE/Widget.php +++ b/src/BIFE/Widget.php @@ -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 */ @@ -57,4 +55,4 @@ results. } // -X2C Class :Widget -?> +?> \ No newline at end of file