From: <var...@us...> - 2014-01-03 18:01:40
|
Revision: 8847 http://sourceforge.net/p/phpwiki/code/8847 Author: vargenau Date: 2014-01-03 18:01:37 +0000 (Fri, 03 Jan 2014) Log Message: ----------- Update PHP Doc Modified Paths: -------------- trunk/lib/plugin/RateIt.php Modified: trunk/lib/plugin/RateIt.php =================================================================== --- trunk/lib/plugin/RateIt.php 2013-12-11 15:07:12 UTC (rev 8846) +++ trunk/lib/plugin/RateIt.php 2014-01-03 18:01:37 UTC (rev 8847) @@ -309,16 +309,17 @@ * * This needs to be put in the <body> section of the page. * - * @param pagename Name of the page to rate - * @param version Version of the page to rate (may be "" for current) - * @param imgPrefix Prefix of the names of the images that display the rating + * @param $pagename Name of the page to rate + * @param $version Version of the page to rate (may be "" for current) + * @param $imgPrefix Prefix of the names of the images that display the rating * You can have two widgets for the same page displayed at * once iff the imgPrefix-s are different. - * @param dimension Id of the dimension to rate - * @param small Makes a smaller ratings widget if non-false + * @param $dimension Id of the dimension to rate + * @param $small Makes a smaller ratings widget if non-false * * Limitations: Currently this can only print the current users ratings. * And only the widget, but no value (for buddies) also. + * @return $this */ function RatingWidgetHtml($pagename, $version, $imgPrefix, $dimension, $small = false) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |