@@ -736,7 +736,6 @@ |
||
| 736 | 736 | * @author Olivier Brouckaert |
| 737 | 737 | * @param Question $newQuestion |
| 738 | 738 | * @param array $course_info destination course info (result of the function api_get_course_info() ) |
| 739 | - * @param string $newQuestionId |
|
| 740 | 739 | */ |
| 741 | 740 | public function duplicate($newQuestion, $course_info = null) |
| 742 | 741 | { |
@@ -826,7 +826,7 @@ discard block |
||
| 826 | 826 | /** |
| 827 | 827 | * Get personal task list |
| 828 | 828 | * @author Toon Keppens |
| 829 | - * @return Returns an unsorted list (<ul></ul>) with the users' tasks |
|
| 829 | + * @return string an unsorted list (<ul></ul>) with the users' tasks |
|
| 830 | 830 | */ |
| 831 | 831 | public static function getPersonalTasksList() |
| 832 | 832 | { |
@@ -1306,7 +1306,7 @@ discard block |
||
| 1306 | 1306 | * @param String $type |
| 1307 | 1307 | * @param Integer $blog_id |
| 1308 | 1308 | * @param Integer $item_id |
| 1309 | - * @return array |
|
| 1309 | + * @return double |
|
| 1310 | 1310 | */ |
| 1311 | 1311 | public static function displayRating($type, $blog_id, $item_id) |
| 1312 | 1312 | { |
@@ -2265,7 +2265,7 @@ discard block |
||
| 2265 | 2265 | * |
| 2266 | 2266 | * @param Integer $blog_id |
| 2267 | 2267 | * |
| 2268 | - * @return Html Form with sortable table with users to subcribe in a blog, in a course. |
|
| 2268 | + * @return string Form with sortable table with users to subcribe in a blog, in a course. |
|
| 2269 | 2269 | */ |
| 2270 | 2270 | public static function displayUserSubscriptionForm($blog_id) |
| 2271 | 2271 | { |
@@ -2378,7 +2378,7 @@ discard block |
||
| 2378 | 2378 | * |
| 2379 | 2379 | * @param Integer $blog_id |
| 2380 | 2380 | * |
| 2381 | - * @return false|null Form with sortable table with users to unsubcribe from a blog. |
|
| 2381 | + * @return false|string Form with sortable table with users to unsubcribe from a blog. |
|
| 2382 | 2382 | */ |
| 2383 | 2383 | public static function displayUserUnsubscriptionForm($blog_id) |
| 2384 | 2384 | { |
@@ -2512,7 +2512,7 @@ discard block |
||
| 2512 | 2512 | * @param Integer $month : the integer value of the month we are viewing |
| 2513 | 2513 | * @param Integer $year : the 4-digit year indication e.g. 2005 |
| 2514 | 2514 | * |
| 2515 | - * @return html code |
|
| 2515 | + * @return string code |
|
| 2516 | 2516 | */ |
| 2517 | 2517 | public static function displayMiniMonthCalendar($month, $year, $blog_id) |
| 2518 | 2518 | { |
@@ -2809,8 +2809,7 @@ discard block |
||
| 2809 | 2809 | |
| 2810 | 2810 | /** |
| 2811 | 2811 | * Filter the post $fullText to get a extract of $length characters |
| 2812 | - * @param string $fullText |
|
| 2813 | - * @param int $length |
|
| 2812 | + * @param integer $blog_id |
|
| 2814 | 2813 | * @return null|string |
| 2815 | 2814 | */ |
| 2816 | 2815 | public static function getBlogAttachments($blog_id, $post_id = 0, $comment_id = 0) |