mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
fixed a few spelling problems and standardised stdClass
This commit is contained in:
parent
1c5765dd7a
commit
5924db724d
28 changed files with 151 additions and 151 deletions
|
@ -55,7 +55,7 @@ interface workshop_allocator {
|
|||
*
|
||||
* If a form is part of the UI, the caller should have called $PAGE->set_url(...)
|
||||
*
|
||||
* @param stdclass $wsoutput workshop module renderer can be used
|
||||
* @param stdClass $wsoutput workshop module renderer can be used
|
||||
* @return string HTML code to be echoed
|
||||
*/
|
||||
public function ui();
|
||||
|
|
|
@ -33,7 +33,7 @@ class workshopallocation_manual_renderer extends plugin_renderer_base {
|
|||
/**
|
||||
* Display the table of all current allocations and widgets to modify them
|
||||
*
|
||||
* @param stdclass $data to be displayed - see the top of the function for the list of needed properties
|
||||
* @param stdClass $data to be displayed - see the top of the function for the list of needed properties
|
||||
* @return string html code
|
||||
*/
|
||||
public function display_allocations(stdclass $data) {
|
||||
|
|
|
@ -370,7 +370,7 @@ class workshop_random_allocator implements workshop_allocator {
|
|||
* @param array $authors structure of grouped authors
|
||||
* @param resource $reviewers structure of grouped reviewers
|
||||
* @param array $assessments currently assigned assessments to be kept
|
||||
* @param mixed $numofreviews number of reviewes to be allocated to each circle
|
||||
* @param mixed $numofreviews number of reviews to be allocated to each circle
|
||||
* @param mixed $numper what user type the circles represent
|
||||
* @param array $o reference to an array of log messages
|
||||
* @return array array of (reviewerid => authorid) pairs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue