From 185d1daca623abbd4ae119e148afba76cd791701 Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 3 Jan 2014 18:01:37 +0000 Subject: [PATCH] Update PHP Doc git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8847 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/RateIt.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/plugin/RateIt.php b/lib/plugin/RateIt.php index 45791af87..cddad62a5 100644 --- a/lib/plugin/RateIt.php +++ b/lib/plugin/RateIt.php @@ -309,16 +309,17 @@ var msg_rating_deleted = '" . _("Rating deleted!") . "'; * * This needs to be put in the 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) { -- 2.45.0