ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilUserUtil. More...
Static Public Member Functions | |
static | getNamePresentation ($a_user_id, $a_user_image=false, $a_profile_link=false, $a_profile_back_link="", $a_force_first_lastname=false, $a_omit_login=false, $a_sortable=true) |
Default behaviour is: | |
static | getProfileLink ($a_usr_id) |
Get link to personal profile Return empty string in case of not public profile. | |
static | getPossibleStartingPoints ($a_force_all=false) |
Get all valid starting points. | |
static | setStartingPoint ($a_value, $a_ref_id=null) |
Set starting point setting. | |
static | getStartingPoint () |
Get current starting point setting. | |
static | getStartingPointAsUrl () |
Get current starting point setting as URL. | |
static | getStartingObject () |
Get ref id of starting object. | |
static | togglePersonalStartingPoint ($a_value) |
Toggle personal starting point setting. | |
static | hasPersonalStartingPoint () |
Can starting point be personalized? | |
static | hasPersonalStartPointPref () |
Did user set any personal starting point (yet)? | |
static | getPersonalStartingPoint () |
Get current personal starting point. | |
static | setPersonalStartingPoint ($a_value, $a_ref_id=null) |
Set personal starting point setting. | |
static | getPersonalStartingObject () |
Get ref id of personal starting object. |
Data Fields | |
const | START_PD_OVERVIEW = 1 |
const | START_PD_SUBSCRIPTION = 2 |
const | START_PD_BOOKMARKS = 3 |
const | START_PD_NOTES = 4 |
const | START_PD_NEWS = 5 |
const | START_PD_WORKSPACE = 6 |
const | START_PD_PORTFOLIO = 7 |
const | START_PD_SKILLS = 8 |
const | START_PD_LP = 9 |
const | START_PD_CALENDAR = 10 |
const | START_PD_MAIL = 11 |
const | START_PD_CONTACTS = 12 |
const | START_PD_PROFILE = 13 |
const | START_PD_SETTINGS = 14 |
const | START_REPOSITORY = 15 |
const | START_REPOSITORY_OBJ = 16 |
Class ilUserUtil.
Definition at line 12 of file class.ilUserUtil.php.
|
static |
Default behaviour is:
...
boolean | sortable should be used in table presentions. output is "Doe, John" title is ommited |
Definition at line 42 of file class.ilUserUtil.php.
References $ilCtrl, $ilDB, $img, $lng, $row, and ilObjUser\_getPersonalPicturePath().
Referenced by ilSurveyAppraiseesTableGUI\__construct(), ilSystemNotification\compose(), ilSurveyParticipantsGUI\confirmAdminAppraiseesCloseObject(), ilObjExerciseGUI\confirmDeassignMembersObject(), ilSurveyParticipantsGUI\confirmDeleteAppraiseesObject(), ilSurveyParticipantsGUI\confirmDeleteRatersObject(), ilConsultationHoursGUI\confirmRejectBooking(), ilCourseParticipantsGroupsGUI\confirmRemove(), ilObjBlogGUI\confirmRemoveContributor(), ilObjExerciseGUI\confirmRemoveTeamMemberObject(), ilObjExerciseGUI\createTeamObject(), ilPageObjectGUI\edit(), ilSharedResourceGUI\executeCommand(), ilObjExerciseGUI\executeCommand(), ilUserForTagTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilHistoryTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilExcDeliveredFilesTableGUI\fillRow(), ilExAssignmentListTextTableGUI\fillRow(), ilWikiPagesTableGUI\fillRow(), ilUsersOnlineBlockGUI\fillRow(), ilWorkspaceShareTableGUI\fillRow(), ilContributorTableGUI\getItems(), ilExAssignmentTeamTableGUI\getItems(), ilExAssignmentPeerReviewTableGUI\getItems(), ilNoteGUI\getNoteListHTML(), ilWikiPagesTableGUI\getPages(), ilDataCollectionRecord\getStandardFieldHTML(), ilWorkspaceAccessTableGUI\importData(), ilObjSurveyGUI\infoScreen(), ilObjFileGUI\infoScreenForward(), ilLearningProgressBaseGUI\initEditUserForm(), ilSurveyExecutionGUI\outSurveyPage(), ilExAssignmentListTextTableGUI\parse(), ilConsultationHourBookingTableGUI\parse(), ilCronManagerTableGUI\parseJobToData(), ilBlogPostingGUI\postOutputProcessing(), ilWikiPageGUI\preview(), ilObjBlogGUI\renderList(), ilObjBlogGUI\renderNavigationByAuthors(), ilPublicUserProfileGUI\renderTitle(), ilLMMailNotification\send(), ilObjDataCollection\sendNotification(), ilWikiUtil\sendNotification(), ilObjSurvey\sendNotificationMail(), ilObjExerciseGUI\showAssignmentTextObject(), ilPageObjectGUI\showPage(), ilExAssignmentPeerReviewOverviewTableGUI\translateUserIds(), and ilPageObject\update().
|
static |
Get ref id of personal starting object.
Definition at line 448 of file class.ilUserUtil.php.
References $ilUser, $ref_id, and getStartingObject().
Referenced by getStartingPointAsUrl(), and ilPersonalSettingsGUI\initGeneralSettingsForm().
|
static |
Get current personal starting point.
Definition at line 388 of file class.ilUserUtil.php.
References $ilUser, $valid, and getStartingPoint().
Referenced by getStartingPointAsUrl(), and ilPersonalSettingsGUI\initGeneralSettingsForm().
|
static |
Get all valid starting points.
Definition at line 168 of file class.ilUserUtil.php.
References $ilSetting, $lang, $lng, ilCalendarSettings\_getInstance(), START_PD_CALENDAR, START_PD_OVERVIEW, START_PD_SUBSCRIPTION, START_PD_WORKSPACE, and START_REPOSITORY.
Referenced by ilPersonalSettingsGUI\initGeneralSettingsForm().
|
static |
Get link to personal profile Return empty string in case of not public profile.
type | $a_usr_id |
Definition at line 146 of file class.ilUserUtil.php.
References $GLOBALS, and ilObjUser\_lookupPref().
Referenced by ilRepositoryUserResultTableGUI\fillRow().
|
static |
Get ref id of starting object.
Definition at line 340 of file class.ilUserUtil.php.
References $ilSetting.
Referenced by getPersonalStartingObject(), and getStartingPointAsUrl().
|
static |
Get current starting point setting.
Definition at line 242 of file class.ilUserUtil.php.
References $ilSetting, $ilUser, $valid, setStartingPoint(), START_PD_OVERVIEW, START_PD_SUBSCRIPTION, and START_REPOSITORY.
Referenced by getPersonalStartingPoint(), and getStartingPointAsUrl().
|
static |
Get current starting point setting as URL.
self::START_PD_LP => 'ilias.php?baseClass=ilPersonalDesktopGUI&cmd=jumpToLP',
Definition at line 278 of file class.ilUserUtil.php.
References $ilUser, $ref_id, ilLink\_getStaticLink(), ilObject\_lookupObjId(), getPersonalStartingObject(), getPersonalStartingPoint(), getStartingObject(), getStartingPoint(), and START_PD_OVERVIEW.
Referenced by ilMainMenuGUI\getHeaderURL().
|
static |
Can starting point be personalized?
Definition at line 364 of file class.ilUserUtil.php.
References $ilSetting.
Referenced by ilPersonalSettingsGUI\initGeneralSettingsForm(), and ilPersonalSettingsGUI\saveGeneralSettings().
|
static |
Did user set any personal starting point (yet)?
Definition at line 376 of file class.ilUserUtil.php.
References $ilUser.
Referenced by ilPersonalSettingsGUI\initGeneralSettingsForm().
|
static |
Set personal starting point setting.
int | $a_value | |
int | $a_ref_id |
Definition at line 412 of file class.ilUserUtil.php.
References $ilUser, $valid, and ilObject\_lookupObjId().
Referenced by ilPersonalSettingsGUI\saveGeneralSettings().
|
static |
Set starting point setting.
int | $a_value | |
int | $a_ref_id |
Definition at line 213 of file class.ilUserUtil.php.
References $ilSetting, $valid, and ilObject\_lookupObjId().
Referenced by getStartingPoint(), and ilObjSystemFolderGUI\saveBasicSettingsObject().
|
static |
Toggle personal starting point setting.
bool | $a_value |
Definition at line 352 of file class.ilUserUtil.php.
References $ilSetting.
Referenced by ilObjSystemFolderGUI\saveBasicSettingsObject().
const ilUserUtil::START_PD_BOOKMARKS = 3 |
Definition at line 16 of file class.ilUserUtil.php.
const ilUserUtil::START_PD_CALENDAR = 10 |
Definition at line 23 of file class.ilUserUtil.php.
Referenced by getPossibleStartingPoints().
const ilUserUtil::START_PD_CONTACTS = 12 |
Definition at line 25 of file class.ilUserUtil.php.
const ilUserUtil::START_PD_LP = 9 |
Definition at line 22 of file class.ilUserUtil.php.
const ilUserUtil::START_PD_MAIL = 11 |
Definition at line 24 of file class.ilUserUtil.php.
const ilUserUtil::START_PD_NEWS = 5 |
Definition at line 18 of file class.ilUserUtil.php.
const ilUserUtil::START_PD_NOTES = 4 |
Definition at line 17 of file class.ilUserUtil.php.
const ilUserUtil::START_PD_OVERVIEW = 1 |
Definition at line 14 of file class.ilUserUtil.php.
Referenced by getPossibleStartingPoints(), getStartingPoint(), and getStartingPointAsUrl().
const ilUserUtil::START_PD_PORTFOLIO = 7 |
Definition at line 20 of file class.ilUserUtil.php.
const ilUserUtil::START_PD_PROFILE = 13 |
Definition at line 26 of file class.ilUserUtil.php.
const ilUserUtil::START_PD_SETTINGS = 14 |
Definition at line 27 of file class.ilUserUtil.php.
const ilUserUtil::START_PD_SKILLS = 8 |
Definition at line 21 of file class.ilUserUtil.php.
const ilUserUtil::START_PD_SUBSCRIPTION = 2 |
Definition at line 15 of file class.ilUserUtil.php.
Referenced by getPossibleStartingPoints(), and getStartingPoint().
const ilUserUtil::START_PD_WORKSPACE = 6 |
Definition at line 19 of file class.ilUserUtil.php.
Referenced by getPossibleStartingPoints().
const ilUserUtil::START_REPOSITORY = 15 |
Definition at line 28 of file class.ilUserUtil.php.
Referenced by getPossibleStartingPoints(), and getStartingPoint().
const ilUserUtil::START_REPOSITORY_OBJ = 16 |
Definition at line 29 of file class.ilUserUtil.php.
Referenced by ilPersonalSettingsGUI\initGeneralSettingsForm().