ILIAS
Release_3_10_x_branch Revision 61812
|
GUI class for public user profile presentation. More...
Public Member Functions | |
__construct ($a_user_id) | |
Constructor. | |
setUserId ($a_userid) | |
Set User ID. | |
getUserId () | |
Get User ID. | |
setAsRows ($a_asrows) | |
Set Output as Table Rows. | |
getAsRows () | |
Get Output as Table Rows. | |
setAdditional ($a_additional) | |
Set Additonal Information. | |
getAdditional () | |
Get Additonal Information. | |
setBackUrl ($a_backurl) | |
Set Back Link URL. | |
getBackUrl () | |
Get Back Link URL. | |
executeCommand () | |
Execute Command. | |
getHTML () | |
get public profile html code | |
deliverVCard () | |
Deliver vcard information. |
GUI class for public user profile presentation.
Definition at line 32 of file class.ilPublicUserProfileGUI.php.
ilPublicUserProfileGUI::__construct | ( | $a_user_id | ) |
Constructor.
int | User ID. |
Definition at line 39 of file class.ilPublicUserProfileGUI.php.
References $_GET, $ilCtrl, setBackUrl(), and setUserId().
ilPublicUserProfileGUI::deliverVCard | ( | ) |
Deliver vcard information.
Definition at line 325 of file class.ilPublicUserProfileGUI.php.
References $user, ilObject\_exists(), ilUtil\deliverData(), ilObjMediaObject\getMimeType(), getUserId(), ilUtil\getWebspaceDir(), TEL_TYPE_CELL, TEL_TYPE_FAX, TEL_TYPE_HOME, and TEL_TYPE_WORK.
ilPublicUserProfileGUI::executeCommand | ( | ) |
ilPublicUserProfileGUI::getAdditional | ( | ) |
Get Additonal Information.
Definition at line 106 of file class.ilPublicUserProfileGUI.php.
Referenced by getHTML().
ilPublicUserProfileGUI::getAsRows | ( | ) |
Get Output as Table Rows.
Definition at line 86 of file class.ilPublicUserProfileGUI.php.
Referenced by getHTML().
ilPublicUserProfileGUI::getBackUrl | ( | ) |
Get Back Link URL.
Definition at line 128 of file class.ilPublicUserProfileGUI.php.
Referenced by getHTML().
ilPublicUserProfileGUI::getHTML | ( | ) |
get public profile html code
boolean | $no_ctrl | workaround for old insert public profile implementation |
Definition at line 151 of file class.ilPublicUserProfileGUI.php.
References $ilCtrl, $ilSetting, $lng, $tpl, $user, ilObject\_exists(), getAdditional(), getAsRows(), getBackUrl(), ilUtil\getImagePath(), getUserId(), ilUtil\getWebspaceDir(), and ilGoogleMapUtil\isActivated().
ilPublicUserProfileGUI::getUserId | ( | ) |
Get User ID.
Definition at line 66 of file class.ilPublicUserProfileGUI.php.
Referenced by deliverVCard(), and getHTML().
ilPublicUserProfileGUI::setAdditional | ( | $a_additional | ) |
Set Additonal Information.
array | $a_additional | Additonal Information |
Definition at line 96 of file class.ilPublicUserProfileGUI.php.
ilPublicUserProfileGUI::setAsRows | ( | $a_asrows | ) |
Set Output as Table Rows.
boolean | $a_asrows | Output as Table Rows |
Definition at line 76 of file class.ilPublicUserProfileGUI.php.
ilPublicUserProfileGUI::setBackUrl | ( | $a_backurl | ) |
Set Back Link URL.
string | $a_backurl | Back Link URL |
Definition at line 116 of file class.ilPublicUserProfileGUI.php.
References $ilCtrl.
Referenced by __construct().
ilPublicUserProfileGUI::setUserId | ( | $a_userid | ) |
Set User ID.
int | $a_userid | User ID |
Definition at line 56 of file class.ilPublicUserProfileGUI.php.
Referenced by __construct().