Defines MAnager class for myprofile navigation tree.
More...
|
static | build_tree ($user, $iscurrentuser, $course=null) |
| Parse all callbacks and builds the tree.
|
|
Defines MAnager class for myprofile navigation tree.
- Since
- Moodle 2.9
- Copyright
- 2015 onwards Ankit Agarwal
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ build_tree()
static core_user\output\myprofile\manager::build_tree |
( |
| $user, |
|
|
| $iscurrentuser, |
|
|
| $course = null ) |
|
static |
Parse all callbacks and builds the tree.
- Parameters
-
stdClass | $user | user for which the profile is displayed. |
bool | $iscurrentuser | true if the profile being viewed is of current user, else false. |
stdClass | $course | Course object |
- Return values
-
tree | Fully build tree to be rendered on my profile page. |
The documentation for this class was generated from the following file:
- user/classes/output/myprofile/manager.php