mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-30975 Docs - add phpdocs @param to report_log_print_graph()
This commit is contained in:
parent
35d8759a05
commit
277c811f08
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue