|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilProfileChecklistStatus:Public Member Functions | |
| __construct ($lng=null, $user=null) | |
| Constructor. More... | |
| getSteps () | |
| Get steps. More... | |
| anyVisibilitySettings () | |
| Any visibility settings? More... | |
| getStatus (int $step) | |
| Get status of step. More... | |
| getStatusDetails (int $step) | |
| Get status details. More... | |
| saveStepSucess ($step) | |
| Save step success. More... | |
Data Fields | |
| const | STEP_PROFILE_DATA = 0 |
| const | STEP_PUBLISH_OPTIONS = 1 |
| const | STEP_VISIBILITY_OPTIONS = 2 |
| const | STATUS_NOT_STARTED = 0 |
| const | STATUS_IN_PROGRESS = 1 |
| const | STATUS_SUCCESSFUL = 2 |
Protected Attributes | |
| $lng | |
| $settings | |
Private Member Functions | |
| areOnScreenChatOptionsVisible () | |
Definition at line 10 of file ilProfileChecklistStatus.php.
| ilProfileChecklistStatus::__construct | ( | $lng = null, |
|
$user = null |
|||
| ) |
Constructor.
Definition at line 33 of file ilProfileChecklistStatus.php.
References $DIC, $lng, settings(), and user().
Here is the call graph for this function:| ilProfileChecklistStatus::anyVisibilitySettings | ( | ) |
Any visibility settings?
Definition at line 91 of file ilProfileChecklistStatus.php.
References ilBuddySystem\getInstance().
Referenced by getStatusDetails(), and getSteps().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 54 of file ilProfileChecklistStatus.php.
Referenced by getStatusDetails().
Here is the caller graph for this function:| ilProfileChecklistStatus::getStatus | ( | int | $step | ) |
Get status of step.
| int |
Definition at line 111 of file ilProfileChecklistStatus.php.
References STATUS_IN_PROGRESS, STATUS_NOT_STARTED, STATUS_SUCCESSFUL, STEP_PROFILE_DATA, STEP_PUBLISH_OPTIONS, and STEP_VISIBILITY_OPTIONS.
Referenced by getStatusDetails().
Here is the caller graph for this function:| ilProfileChecklistStatus::getStatusDetails | ( | int | $step | ) |
Get status details.
| int | $step |
Definition at line 150 of file ilProfileChecklistStatus.php.
References $lng, anyVisibilitySettings(), areOnScreenChatOptionsVisible(), ilBuddySystem\getInstance(), getStatus(), settings(), STEP_PROFILE_DATA, STEP_PUBLISH_OPTIONS, STEP_VISIBILITY_OPTIONS, user(), and ilUtil\yn2tf().
Here is the call graph for this function:| ilProfileChecklistStatus::getSteps | ( | ) |
Get steps.
return
Definition at line 71 of file ilProfileChecklistStatus.php.
References $lng, and anyVisibilitySettings().
Here is the call graph for this function:| ilProfileChecklistStatus::saveStepSucess | ( | $step | ) |
Save step success.
| $step |
Definition at line 211 of file ilProfileChecklistStatus.php.
References STEP_PROFILE_DATA, STEP_PUBLISH_OPTIONS, and STEP_VISIBILITY_OPTIONS.
|
protected |
Definition at line 23 of file ilProfileChecklistStatus.php.
Referenced by __construct(), getStatusDetails(), and getSteps().
|
protected |
Definition at line 28 of file ilProfileChecklistStatus.php.
| const ilProfileChecklistStatus::STATUS_IN_PROGRESS = 1 |
Definition at line 17 of file ilProfileChecklistStatus.php.
Referenced by getStatus(), and ilProfileChecklistGUI\getUIChecklistStatus().
| const ilProfileChecklistStatus::STATUS_NOT_STARTED = 0 |
Definition at line 16 of file ilProfileChecklistStatus.php.
Referenced by getStatus(), and ilProfileChecklistGUI\getUIChecklistStatus().
| const ilProfileChecklistStatus::STATUS_SUCCESSFUL = 2 |
Definition at line 18 of file ilProfileChecklistStatus.php.
Referenced by getStatus(), and ilProfileChecklistGUI\getUIChecklistStatus().
| const ilProfileChecklistStatus::STEP_PROFILE_DATA = 0 |
Definition at line 12 of file ilProfileChecklistStatus.php.
Referenced by getStatus(), getStatusDetails(), ilPersonalProfileGUI\savePersonalData(), saveStepSucess(), and ilPersonalProfileGUI\showPersonalData().
| const ilProfileChecklistStatus::STEP_PUBLISH_OPTIONS = 1 |
Definition at line 13 of file ilProfileChecklistStatus.php.
Referenced by getStatus(), getStatusDetails(), ilPersonalProfileGUI\savePublicProfile(), saveStepSucess(), and ilPersonalProfileGUI\showPublicProfile().
| const ilProfileChecklistStatus::STEP_VISIBILITY_OPTIONS = 2 |
Definition at line 14 of file ilProfileChecklistStatus.php.
Referenced by ilPersonalProfileGUI\executeCommand(), getStatus(), getStatusDetails(), ilUserPrivacySettingsGUI\savePrivacySettings(), and saveStepSucess().