|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\User\Profile\Prompt\StartUpStep:
Collaboration diagram for ILIAS\User\Profile\Prompt\StartUpStep:Public Member Functions | |
| __construct (private readonly \ilObjUser $user, private readonly \ilCtrl $ctrl, \ilDBInterface $db, Language $lng, HTTPServices $http, Refinery $refinery) | |
| shouldStoreRequestTarget () | |
| isInFulfillment () | |
| shouldInterceptRequest () | |
| execute () | |
| shouldStoreRequestTarget () | |
| shouldInterceptRequest () | |
| isInFulfillment () | |
| execute () | |
Private Attributes | |
| const | LOGGING_DATE_TIME_FORMAT = 'Y-m-d H:i:s' |
| ilLogger | $logger |
| readonly GUIRequest | $profile_request |
| readonly Repository | $repository |
| bool | $update_prompt = false |
Definition at line 30 of file StartUpStep.php.
| ILIAS\User\Profile\Prompt\StartUpStep::__construct | ( | private readonly \ilObjUser | $user, |
| private readonly \ilCtrl | $ctrl, | ||
| \ilDBInterface | $db, | ||
| Language | $lng, | ||
| HTTPServices | $http, | ||
| Refinery | $refinery | ||
| ) |
Definition at line 39 of file StartUpStep.php.
References ILIAS\$db, $http, $lng, ILIAS\UI\examples\Layout\Page\Mail\$refinery, ilLoggerFactory\getLogger(), ILIAS\Repository\logger(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ILIAS\User\Profile\Prompt\StartUpStep::execute | ( | ) |
Reimplemented from ILIAS\Init\StartupSequence\StartUpSequenceStep.
Definition at line 139 of file StartUpStep.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\logger(), ILIAS\UI\examples\Deck\repository(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\User\Profile\Prompt\StartUpStep::isInFulfillment | ( | ) |
Reimplemented from ILIAS\Init\StartupSequence\StartUpSequenceStep.
Definition at line 64 of file StartUpStep.php.
References ILIAS\Repository\ctrl().
Referenced by ILIAS\User\Profile\Prompt\StartUpStep\shouldInterceptRequest().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\User\Profile\Prompt\StartUpStep::shouldInterceptRequest | ( | ) |
Reimplemented from ILIAS\Init\StartupSequence\StartUpSequenceStep.
Definition at line 85 of file StartUpStep.php.
References ILIAS\User\Profile\Prompt\StartUpStep\isInFulfillment(), ILIAS\Repository\logger(), ILIAS\User\Profile\Prompt\Settings\MODE_ONCE_AFTER_LOGIN, ILIAS\User\Profile\Prompt\Settings\MODE_REPEAT, ILIAS\UI\examples\Deck\repository(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\User\Profile\Prompt\StartUpStep::shouldStoreRequestTarget | ( | ) |
Reimplemented from ILIAS\Init\StartupSequence\StartUpSequenceStep.
Definition at line 59 of file StartUpStep.php.
|
private |
Definition at line 33 of file StartUpStep.php.
|
private |
Definition at line 35 of file StartUpStep.php.
|
private |
Definition at line 36 of file StartUpStep.php.
|
private |
Definition at line 37 of file StartUpStep.php.
|
private |
Definition at line 32 of file StartUpStep.php.