MDL-45618 Fix @since PHPdoc tags.

This commit is contained in:
Tim Hunt 2014-05-19 17:03:04 +01:00
parent a929fd50f9
commit 5bcfd504df
110 changed files with 191 additions and 191 deletions

View file

@ -1269,7 +1269,7 @@ function reload_all_capabilities() {
* Useful for the "temporary guest" access we grant to logged-in users.
* This is useful for enrol plugins only.
*
* @since 2.2
* @since Moodle 2.2
* @param context_course $coursecontext
* @param int $roleid
* @return void
@ -1309,7 +1309,7 @@ function load_temp_course_role(context_course $coursecontext, $roleid) {
* Removes any extra guest roles from current USER->access array.
* This is useful for enrol plugins only.
*
* @since 2.2
* @since Moodle 2.2
* @param context_course $coursecontext
* @return void
*/
@ -4975,7 +4975,7 @@ function role_change_permission($roleid, $context, $capname, $permission) {
* @category access
* @copyright Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @since 2.2
* @since Moodle 2.2
*
* @property-read int $id context id
* @property-read int $contextlevel CONTEXT_SYSTEM, CONTEXT_COURSE, etc.
@ -5786,7 +5786,7 @@ abstract class context extends stdClass implements IteratorAggregate {
* @category access
* @copyright Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @since 2.2
* @since Moodle 2.2
*/
class context_helper extends context {
@ -6062,7 +6062,7 @@ class context_helper extends context {
* @category access
* @copyright Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @since 2.2
* @since Moodle 2.2
*/
class context_system extends context {
/**
@ -6303,7 +6303,7 @@ class context_system extends context {
* @category access
* @copyright Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @since 2.2
* @since Moodle 2.2
*/
class context_user extends context {
/**
@ -6487,7 +6487,7 @@ class context_user extends context {
* @category access
* @copyright Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @since 2.2
* @since Moodle 2.2
*/
class context_coursecat extends context {
/**
@ -6716,7 +6716,7 @@ class context_coursecat extends context {
* @category access
* @copyright Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @since 2.2
* @since Moodle 2.2
*/
class context_course extends context {
/**
@ -6935,7 +6935,7 @@ class context_course extends context {
* @category access
* @copyright Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @since 2.2
* @since Moodle 2.2
*/
class context_module extends context {
/**
@ -7174,7 +7174,7 @@ class context_module extends context {
* @category access
* @copyright Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @since 2.2
* @since Moodle 2.2
*/
class context_block extends context {
/**