|
ILIAS
Release_4_0_x_branch Revision 61816
|
GUI class for public user profile presentation. More...
Collaboration diagram for ilPublicUserProfileGUI: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().
Here is the call graph for this function:| 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.
Here is the call graph for this function:| ilPublicUserProfileGUI::executeCommand | ( | ) |
| ilPublicUserProfileGUI::getAdditional | ( | ) |
Get Additonal Information.
Definition at line 87 of file class.ilPublicUserProfileGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilPublicUserProfileGUI::getAsRows | ( | ) |
Get Output as Table Rows.
Definition at line 67 of file class.ilPublicUserProfileGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilPublicUserProfileGUI::getBackUrl | ( | ) |
Get Back Link URL.
Definition at line 109 of file class.ilPublicUserProfileGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPublicUserProfileGUI::getUserId | ( | ) |
Get User ID.
Definition at line 47 of file class.ilPublicUserProfileGUI.php.
Referenced by deliverVCard(), and getHTML().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function: