mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-30975 Docs - add phpdocs @param to report_log_print_graph()
This commit is contained in:
parent
35d8759a05
commit
277c811f08
@ -39,6 +39,7 @@ require_once(dirname(__FILE__).'/lib.php');
|
||||
* @param stdClass $course course instance
|
||||
* @param int $userid id of the user whose logs are needed
|
||||
* @param string $type type of logs graph needed (usercourse.png/userday.png)
|
||||
* @param int $date timestamp in GMT (seconds since epoch)
|
||||
* @return void
|
||||
*/
|
||||
function report_log_print_graph($course, $userid, $type, $date=0) {
|
||||
@ -603,4 +604,4 @@ function report_log_print_selector_form($course, $selecteduser=0, $selecteddate=
|
||||
echo '<input type="submit" value="'.get_string('gettheselogs').'" />';
|
||||
echo '</div>';
|
||||
echo '</form>';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user