@@ -2272,7 +2272,7 @@ discard block |
||
2272 | 2272 | |
2273 | 2273 | /** |
2274 | 2274 | * Creates a file called mysql_dump.sql in the course folder |
2275 | - * @param $course_code The code of the course |
|
2275 | + * @param string $course_code The code of the course |
|
2276 | 2276 | * @todo Implementation for single database |
2277 | 2277 | */ |
2278 | 2278 | public static function create_database_dump($course_code) |
@@ -3020,6 +3020,7 @@ discard block |
||
3020 | 3020 | * @param int $limit |
3021 | 3021 | * @param string $column |
3022 | 3022 | * @param string $direction |
3023 | + * @param integer $status |
|
3023 | 3024 | * @return array courses |
3024 | 3025 | */ |
3025 | 3026 | public static function get_courses_followed_by_drh( |
@@ -3623,6 +3624,7 @@ discard block |
||
3623 | 3624 | * class userportal-course-item. |
3624 | 3625 | * @param int User category id |
3625 | 3626 | * @param bool Whether to show the document quick-loader or not |
3627 | + * @param integer $user_category_id |
|
3626 | 3628 | * @return string |
3627 | 3629 | */ |
3628 | 3630 | public static function returnCoursesWithoutCategories($user_category_id, $load_dirs = false) |
@@ -242,6 +242,8 @@ discard block |
||
242 | 242 | /** |
243 | 243 | * get thematic list |
244 | 244 | * @param int Thematic id (optional), get list by id |
245 | + * @param integer $thematic_id |
|
246 | + * @param integer $session_id |
|
245 | 247 | * @return array Thematic data |
246 | 248 | */ |
247 | 249 | public static function get_thematic_list( |
@@ -798,6 +800,7 @@ discard block |
||
798 | 800 | /** |
799 | 801 | * delete thematic advance |
800 | 802 | * @param int Thematic advance id |
803 | + * @param integer $thematic_advance_id |
|
801 | 804 | * @return int Affected rows |
802 | 805 | */ |
803 | 806 | public function thematic_advance_destroy($thematic_advance_id) |
@@ -1114,6 +1117,7 @@ discard block |
||
1114 | 1117 | /** |
1115 | 1118 | * update done thematic advances from thematic details interface |
1116 | 1119 | * @param int Thematic id |
1120 | + * @param integer $thematic_advance_id |
|
1117 | 1121 | * @return int Affected rows |
1118 | 1122 | */ |
1119 | 1123 | public function update_done_thematic_advances($thematic_advance_id) |
@@ -1296,6 +1300,7 @@ discard block |
||
1296 | 1300 | * Get total average of thematic advances |
1297 | 1301 | * @param string Course code (optional) |
1298 | 1302 | * @param int Session id (optional) |
1303 | + * @param integer $session_id |
|
1299 | 1304 | * @return float Average of thematic advances |
1300 | 1305 | */ |
1301 | 1306 | public function get_total_average_of_thematic_advances($course_code = null, $session_id = null) |
@@ -1403,6 +1408,7 @@ discard block |
||
1403 | 1408 | * @param string Content |
1404 | 1409 | * @param string Date and time |
1405 | 1410 | * @param int Duration in hours |
1411 | + * @param integer $id |
|
1406 | 1412 | * @return void |
1407 | 1413 | */ |
1408 | 1414 | public function set_thematic_advance_attributes( |
@@ -1433,7 +1439,7 @@ discard block |
||
1433 | 1439 | |
1434 | 1440 | /** |
1435 | 1441 | * get thematic id |
1436 | - * @return void |
|
1442 | + * @return integer |
|
1437 | 1443 | */ |
1438 | 1444 | public function get_thematic_id() |
1439 | 1445 | { |
@@ -1442,7 +1448,7 @@ discard block |
||
1442 | 1448 | |
1443 | 1449 | /** |
1444 | 1450 | * Get thematic plan titles by default |
1445 | - * @return array |
|
1451 | + * @return string[] |
|
1446 | 1452 | */ |
1447 | 1453 | public function get_default_thematic_plan_title() |
1448 | 1454 | { |
@@ -1459,7 +1465,7 @@ discard block |
||
1459 | 1465 | |
1460 | 1466 | /** |
1461 | 1467 | * Get thematic plan icons by default |
1462 | - * @return array |
|
1468 | + * @return string[] |
|
1463 | 1469 | */ |
1464 | 1470 | public function get_default_thematic_plan_icon() |
1465 | 1471 | { |
@@ -1476,7 +1482,7 @@ discard block |
||
1476 | 1482 | |
1477 | 1483 | /** |
1478 | 1484 | * Get questions by default for help |
1479 | - * @return array |
|
1485 | + * @return string[] |
|
1480 | 1486 | */ |
1481 | 1487 | public function get_default_question() |
1482 | 1488 | { |
@@ -989,7 +989,7 @@ |
||
989 | 989 | } |
990 | 990 | |
991 | 991 | /** |
992 | - * @return boolean |
|
992 | + * @return \DateTime |
|
993 | 993 | */ |
994 | 994 | public function getAccumulateScormTime() |
995 | 995 | { |