ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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().
ilProfileChecklistStatus::anyVisibilitySettings | ( | ) |
Any visibility settings?
Definition at line 91 of file ilProfileChecklistStatus.php.
References areOnScreenChatOptionsVisible(), and ilBuddySystem\getInstance().
Referenced by getStatus(), getStatusDetails(), and getSteps().
|
private |
Definition at line 54 of file ilProfileChecklistStatus.php.
Referenced by anyVisibilitySettings(), and getStatusDetails().
ilProfileChecklistStatus::getStatus | ( | int | $step | ) |
Get status of step.
int |
Definition at line 111 of file ilProfileChecklistStatus.php.
References anyVisibilitySettings().
Referenced by getStatusDetails().
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(), user(), and ilUtil\yn2tf().
ilProfileChecklistStatus::getSteps | ( | ) |
Get steps.
Definition at line 71 of file ilProfileChecklistStatus.php.
References $lng, and anyVisibilitySettings().
ilProfileChecklistStatus::saveStepSucess | ( | $step | ) |
|
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 ilProfileChecklistGUI\getUIChecklistStatus().
const ilProfileChecklistStatus::STATUS_NOT_STARTED = 0 |
Definition at line 16 of file ilProfileChecklistStatus.php.
Referenced by ilProfileChecklistGUI\getUIChecklistStatus().
const ilProfileChecklistStatus::STATUS_SUCCESSFUL = 2 |
Definition at line 18 of file ilProfileChecklistStatus.php.
Referenced by ilProfileChecklistGUI\getUIChecklistStatus().
const ilProfileChecklistStatus::STEP_PROFILE_DATA = 0 |
Definition at line 12 of file ilProfileChecklistStatus.php.
Referenced by ilPersonalProfileGUI\savePersonalData(), and ilPersonalProfileGUI\showPersonalData().
const ilProfileChecklistStatus::STEP_PUBLISH_OPTIONS = 1 |
Definition at line 13 of file ilProfileChecklistStatus.php.
Referenced by ilPersonalProfileGUI\savePublicProfile(), and ilPersonalProfileGUI\showPublicProfile().
const ilProfileChecklistStatus::STEP_VISIBILITY_OPTIONS = 2 |
Definition at line 14 of file ilProfileChecklistStatus.php.
Referenced by ilPersonalProfileGUI\executeCommand(), and ilUserPrivacySettingsGUI\savePrivacySettings().