ilUsersGalleryGUI: ilPublicUserProfileGUI ilUsersGalleryGUI: ilCourseMembershipGUI, ilGroupMembershipGUI
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()
- Parameters
-
Definition at line 117 of file class.ilUsersGalleryGUI.php.
References $tpl, $user, ilObject\getId(), ilPanelGUI\getInstance(), ilBuddySystem\getInstance(), ilBuddyList\getInstanceByGlobalUser(), ilBuddySystemLinkButton\getInstanceByUserId(), ilObjUser\isAnonymous(), object, HTML_Template_IT\setVariable(), and user().
121 $this->
user->getId() != $user->
getId() &&
122 !$this->
user->isAnonymous() &&
127 $tpl->
setVariable(
'BUDDY_HTML', $button->getHtml());
setVariable($variable, $value='')
Sets a variable value.
getId()
get object id public
◆ view()
ilUsersGalleryGUI::view |
( |
| ) |
|
|
protected |
Displays the participants gallery.
Definition at line 107 of file class.ilUsersGalleryGUI.php.
References object.
109 $template = $this->buildHTML($this->
object->getGalleryUsers());
110 $this->tpl->setContent($template->get());
Create new PHPExcel object
obj_idprivate
◆ $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: