ilUsersGalleryGUI: ilPublicUserProfileGUI ilUsersGalleryGUI: ilObjCourseGUI, ilObjGroupGUI
More...
◆ executeCommand()
ilUsersGalleryGUI::executeCommand |
( |
| ) |
|
Definition at line 79 of file class.ilUsersGalleryGUI.php.
References $_GET, $cmd, and ilUtil\stripSlashes().
81 $next_class = $this->ctrl->getNextClass();
82 $cmd = $this->ctrl->getCmd(
'view');
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);
GUI class for public user profile presentation.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
◆ renderLinkButton()
◆ view()
ilUsersGalleryGUI::view |
( |
| ) |
|
|
protected |
Displays the participants gallery.
Definition at line 107 of file class.ilUsersGalleryGUI.php.
109 $template = $this->buildHTML($this->object->getGalleryUsers());
110 $this->tpl->setContent($template->get());
◆ $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: