mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-45618 Fix @since PHPdoc tags.
This commit is contained in:
parent
a929fd50f9
commit
5bcfd504df
110 changed files with 191 additions and 191 deletions
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This file contains classes used to manage the navigation structures within Moodle.
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package core
|
||||
* @copyright 2009 Sam Hemelryk
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -697,7 +697,7 @@ class navigation_node implements renderable {
|
|||
/**
|
||||
* Hides the node and any children it has.
|
||||
*
|
||||
* @since 2.5
|
||||
* @since Moodle 2.5
|
||||
* @param array $typestohide Optional. An array of node types that should be hidden.
|
||||
* If null all nodes will be hidden.
|
||||
* If an array is given then nodes will only be hidden if their type mtatches an element in the array.
|
||||
|
@ -1323,7 +1323,7 @@ class global_navigation extends navigation_node {
|
|||
* other user being viewed this function returns false.
|
||||
* In order to set the user for whom we are checking against you must call {@link set_userid_for_parent_checks()}
|
||||
*
|
||||
* @since 2.4
|
||||
* @since Moodle 2.4
|
||||
* @return bool
|
||||
*/
|
||||
protected function current_user_is_parent_role() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue