|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Init\StartupSequence\StartUpSequenceDispatcher:Public Member Functions | |
| __construct (Container $dic) | |
| dispatch () | |
Protected Member Functions | |
| initSequence () | |
| storeRequest () | |
Private Attributes | |
| Container | $dic |
| $sequence = [] | |
Definition at line 22 of file StartUpSequenceDispatcher.php.
| ILIAS\Init\StartupSequence\StartUpSequenceDispatcher::__construct | ( | Container | $dic | ) |
Definition at line 28 of file StartUpSequenceDispatcher.php.
References ILIAS\Init\StartupSequence\StartUpSequenceDispatcher\$dic, and ILIAS\Init\StartupSequence\StartUpSequenceDispatcher\initSequence().
Here is the call graph for this function:| ILIAS\Init\StartupSequence\StartUpSequenceDispatcher::dispatch | ( | ) |
Definition at line 67 of file StartUpSequenceDispatcher.php.
References $_SERVER, ilSession\get(), ilSession\set(), ILIAS\Init\StartupSequence\StartUpSequenceDispatcher\storeRequest(), and ilContext\supportsRedirects().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file StartUpSequenceDispatcher.php.
Referenced by ILIAS\Init\StartupSequence\StartUpSequenceDispatcher\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 54 of file StartUpSequenceDispatcher.php.
References $_SERVER, $url, ilSession\get(), and ilSession\set().
Referenced by ILIAS\Init\StartupSequence\StartUpSequenceDispatcher\dispatch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 24 of file StartUpSequenceDispatcher.php.
Referenced by ILIAS\Init\StartupSequence\StartUpSequenceDispatcher\__construct().
|
private |
Definition at line 26 of file StartUpSequenceDispatcher.php.