|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ModeToggle This is just for testing!!! And will be removed after. More...
Collaboration diagram for GuzzleHttp\Client\ModeToggle:Public Member Functions | |
| __construct () | |
| getMode () | |
| saveStateOfAll () | |
| toggle () | |
Data Fields | |
| const | GS_MODE = 'gs_mode' |
| const | MODE1 = "all" |
| const | MODE2 = "none" |
Protected Attributes | |
| WrapperFactory | $wrapper |
| Factory | $refinery |
| ilCtrlInterface | $ctrl |
| ILIAS GlobalScreen Services | $global_screen |
| ILIAS HTTP Services | $http |
Class ModeToggle This is just for testing!!! And will be removed after.
Definition at line 31 of file ModeToggle.php.
| GuzzleHttp\Client\ModeToggle::__construct | ( | ) |
Definition at line 43 of file ModeToggle.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ilInitialisation\initILIAS(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| GuzzleHttp\Client\ModeToggle::getMode | ( | ) |
Definition at line 54 of file ModeToggle.php.
References ILIAS\Repository\refinery().
Referenced by GuzzleHttp\Client\ModeToggle\saveStateOfAll(), and GuzzleHttp\Client\ModeToggle\toggle().
Here is the call graph for this function:
Here is the caller graph for this function:| GuzzleHttp\Client\ModeToggle::saveStateOfAll | ( | ) |
Definition at line 61 of file ModeToggle.php.
References GuzzleHttp\Client\ModeToggle\getMode(), and GuzzleHttp\Client\ItemState\LEVEL_OF_TOOL.
Here is the call graph for this function:| GuzzleHttp\Client\ModeToggle::toggle | ( | ) |
Definition at line 66 of file ModeToggle.php.
References $_SERVER, GuzzleHttp\Client\ModeToggle\getMode(), ILIAS\UI\examples\Symbol\Glyph\Header\header(), and ILIAS\FileDelivery\http().
Here is the call graph for this function:
|
protected |
Definition at line 39 of file ModeToggle.php.
|
protected |
Definition at line 40 of file ModeToggle.php.
|
protected |
Definition at line 41 of file ModeToggle.php.
|
protected |
Definition at line 38 of file ModeToggle.php.
|
protected |
Definition at line 37 of file ModeToggle.php.
| const GuzzleHttp\Client\ModeToggle::GS_MODE = 'gs_mode' |
Definition at line 33 of file ModeToggle.php.
| const GuzzleHttp\Client\ModeToggle::MODE1 = "all" |
Definition at line 34 of file ModeToggle.php.
| const GuzzleHttp\Client\ModeToggle::MODE2 = "none" |
Definition at line 35 of file ModeToggle.php.