@ilCtrl_Calls ilUsersGalleryGUI: ilPublicUserProfileGUI @ilCtrl_isCalledBy ilUsersGalleryGUI: ilObjCourseGUI, ilObjGroupGUI
More...
◆ executeCommand()
ilUsersGalleryGUI::executeCommand |
( |
| ) |
|
Definition at line 79 of file class.ilUsersGalleryGUI.php.
80 {
81 $next_class = $this->ctrl->getNextClass();
82 $cmd = $this->ctrl->getCmd(
'view');
83
84 switch($next_class)
85 {
86 case 'ilpublicuserprofilegui':
87 require_once 'Services/User/classes/class.ilPublicUserProfileGUI.php';
89 $profile_gui->setBackUrl($this->ctrl->getLinkTarget($this, 'view'));
90 $this->ctrl->forwardCommand($profile_gui);
91 break;
92
93 default:
95 {
96 default:
98 break;
99 }
100 break;
101 }
102 }
GUI class for public user profile presentation.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
References $_GET, $cmd, and ilUtil\stripSlashes().
◆ renderLinkButton()
◆ view()
ilUsersGalleryGUI::view |
( |
| ) |
|
|
protected |
Displays the participants gallery.
Definition at line 107 of file class.ilUsersGalleryGUI.php.
108 {
109 $template = $this->buildHTML($this->object->getGalleryUsers());
110 $this->tpl->setContent($template->get());
111 }
◆ $contact_array
ilUsersGalleryGUI::$contact_array |
|
protected |
◆ $ctrl
◆ $lng
◆ $object
ilUsersGalleryGUI::$object |
|
protected |
◆ $rbacsystem
ilUsersGalleryGUI::$rbacsystem |
|
protected |
◆ $tpl
◆ $user
The documentation for this class was generated from the following file: