|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Cron\CLI\StartUp:Public Member Functions | |
| __construct (private readonly string $client, private readonly string $username, ?\ilAuthSession $authSession=null) | |
| authenticate () | |
| logout () | |
Private Attributes | |
| readonly ilAuthSession | $auth_session |
| bool | $is_authenticated = false |
Definition at line 25 of file StartUp.php.
| ILIAS\Cron\CLI\StartUp::__construct | ( | private readonly string | $client, |
| private readonly string | $username, | ||
| ?\ilAuthSession | $authSession = null |
||
| ) |
@noRector
Definition at line 30 of file StartUp.php.
References $_GET, $client, $DIC, ilContext\CONTEXT_CRON, ilContext\init(), and ilInitialisation\initILIAS().
Here is the call graph for this function:| ILIAS\Cron\CLI\StartUp::authenticate | ( | ) |
Definition at line 49 of file StartUp.php.
References ilAuthFrontendFactory\CONTEXT_CLI, ilAuthStatus\getInstance(), and ilLoggerFactory\getLogger().
Here is the call graph for this function:| ILIAS\Cron\CLI\StartUp::logout | ( | ) |
Definition at line 82 of file StartUp.php.
References ilSession\SESSION_CLOSE_USER, and ilSession\setClosingContext().
Here is the call graph for this function:
|
private |
Definition at line 27 of file StartUp.php.
|
private |
Definition at line 28 of file StartUp.php.