ILIAS
Release_4_0_x_branch Revision 61816
|
GUI class for public user profile presentation. More...
Public Member Functions | |
__construct ($a_user_id=0) | |
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. | |
view () | |
View. |
GUI class for public user profile presentation.
Definition at line 12 of file class.ilPublicUserProfileGUI.php.
ilPublicUserProfileGUI::__construct | ( | $a_user_id = 0 | ) |
Constructor.
int | User ID. |
Definition at line 19 of file class.ilPublicUserProfileGUI.php.
References $_GET, $ilCtrl, $lng, setBackUrl(), and setUserId().
ilPublicUserProfileGUI::deliverVCard | ( | ) |
Deliver vcard information.
Definition at line 399 of file class.ilPublicUserProfileGUI.php.
References $key, $type, $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 87 of file class.ilPublicUserProfileGUI.php.
Referenced by getHTML().
ilPublicUserProfileGUI::getAsRows | ( | ) |
Get Output as Table Rows.
Definition at line 67 of file class.ilPublicUserProfileGUI.php.
Referenced by getHTML().
ilPublicUserProfileGUI::getBackUrl | ( | ) |
Get Back Link URL.
Definition at line 109 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 132 of file class.ilPublicUserProfileGUI.php.
References $ilCtrl, $ilSetting, $key, $lng, $tpl, $user, ilObject\_exists(), ilUserDefinedFields\_getInstance(), ilObjUser\_getPersonalPicturePath(), getAdditional(), getAsRows(), getBackUrl(), ilUtil\getImagePath(), getUserId(), ilUtil\getWebspaceDir(), and ilGoogleMapUtil\isActivated().
Referenced by view().
ilPublicUserProfileGUI::getUserId | ( | ) |
Get User ID.
Definition at line 47 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 77 of file class.ilPublicUserProfileGUI.php.
ilPublicUserProfileGUI::setAsRows | ( | $a_asrows | ) |
Set Output as Table Rows.
boolean | $a_asrows | Output as Table Rows |
Definition at line 57 of file class.ilPublicUserProfileGUI.php.
ilPublicUserProfileGUI::setBackUrl | ( | $a_backurl | ) |
Set Back Link URL.
string | $a_backurl | Back Link URL |
Definition at line 97 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 37 of file class.ilPublicUserProfileGUI.php.
Referenced by __construct(), and view().
ilPublicUserProfileGUI::view | ( | ) |
View.
This one is called e.g. through the goto script
Definition at line 510 of file class.ilPublicUserProfileGUI.php.
References $_GET, $tpl, $user, ilObject\_lookupType(), getHTML(), and setUserId().