Browse Source

Fix some phpdoc references.

MOODLE_37_STABLE
Dan Marsden 4 years ago
parent
commit
0e1008e762
  1. 2
      backup/moodle2/backup_attendance_activity_task.class.php
  2. 2
      backup/moodle2/backup_attendance_stepslib.php
  3. 8
      backup/moodle2/restore_attendance_activity_task.class.php
  4. 2
      classes/structure.php
  5. 2
      password.php
  6. 2
      password_ajax.php

2
backup/moodle2/backup_attendance_activity_task.class.php

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* Class {@link backup_attendance_activity_task} definition * Class {@see backup_attendance_activity_task} definition
* *
* @package mod_attendance * @package mod_attendance
* @copyright 2011 Artem Andreev <andreev.artem@gmail.com> * @copyright 2011 Artem Andreev <andreev.artem@gmail.com>

2
backup/moodle2/backup_attendance_stepslib.php

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* Defines all the backup steps that will be used by {@link backup_attendance_activity_task} * Defines all the backup steps that will be used by {@see backup_attendance_activity_task}
* *
* @package mod_attendance * @package mod_attendance
* @copyright 2011 Artem Andreev <andreev.artem@gmail.com> * @copyright 2011 Artem Andreev <andreev.artem@gmail.com>

8
backup/moodle2/restore_attendance_activity_task.class.php

@ -84,9 +84,9 @@ class restore_attendance_activity_task extends restore_activity_task {
/** /**
* Define the restore log rules that will be applied * Define the restore log rules that will be applied
* by the {@link restore_logs_processor} when restoring * by the {@see restore_logs_processor} when restoring
* attendance logs. It must return one array * attendance logs. It must return one array
* of {@link restore_log_rule} objects * of {@see restore_log_rule} objects
*/ */
static public function define_restore_log_rules() { static public function define_restore_log_rules() {
$rules = array(); $rules = array();
@ -97,9 +97,9 @@ class restore_attendance_activity_task extends restore_activity_task {
/** /**
* Define the restore log rules that will be applied * Define the restore log rules that will be applied
* by the {@link restore_logs_processor} when restoring * by the {@see restore_logs_processor} when restoring
* course logs. It must return one array * course logs. It must return one array
* of {@link restore_log_rule} objects * of {@see restore_log_rule} objects
* *
* Note this rules are applied when restoring course logs * Note this rules are applied when restoring course logs
* by the restore final task, but are defined here at * by the restore final task, but are defined here at

2
classes/structure.php

@ -109,7 +109,7 @@ class mod_attendance_structure {
* with a full database record (course should not be stored in instances table anyway). * with a full database record (course should not be stored in instances table anyway).
* *
* @param stdClass $dbrecord Attandance instance data from {attendance} table * @param stdClass $dbrecord Attandance instance data from {attendance} table
* @param stdClass $cm Course module record as returned by {@link get_coursemodule_from_id()} * @param stdClass $cm Course module record as returned by {@see get_coursemodule_from_id()}
* @param stdClass $course Course record from {course} table * @param stdClass $course Course record from {course} table
* @param stdClass $context The context of the workshop instance * @param stdClass $context The context of the workshop instance
* @param stdClass $pageparams * @param stdClass $pageparams

2
password.php

@ -17,7 +17,7 @@
/** /**
* Displays help via AJAX call or in a new page * Displays help via AJAX call or in a new page
* *
* Use {@link core_renderer::help_icon()} or {@link addHelpButton()} to display * Use {@see core_renderer::help_icon()} or {@see addHelpButton()} to display
* the help icon. * the help icon.
* *
* @copyright 2017 Dan Marsden * @copyright 2017 Dan Marsden

2
password_ajax.php

@ -17,7 +17,7 @@
/** /**
* Displays help via AJAX call or in a new page * Displays help via AJAX call or in a new page
* *
* Use {@link core_renderer::help_icon()} or {@link addHelpButton()} to display * Use {@see core_renderer::help_icon()} or {@see addHelpButton()} to display
* the help icon. * the help icon.
* *
* @copyright 2017 Dan Marsden * @copyright 2017 Dan Marsden

Loading…
Cancel
Save