|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilTestPlayerLayoutProvider:
Collaboration diagram for ilTestPlayerLayoutProvider:Data Fields | |
| const | TEST_PLAYER_KIOSK_MODE_ENABLED = 'test_player_kiosk_mode_enabled' |
| const | TEST_PLAYER_TITLE = 'test_player_kiosk_mode_title' |
| const | TEST_PLAYER_SHORT_TITLE = 'test_player_kiosk_mode_instance_name' |
Protected Member Functions | |
| isKioskModeEnabled (CalledContexts $called_contexts) | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider | |
| $context_collection | |
| $factory | |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| $dic | |
Definition at line 42 of file class.ilTestPlayerLayoutProvider.php.
| ilTestPlayerLayoutProvider::getFooterModification | ( | CalledContexts | $screen_context_stack | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 117 of file class.ilTestPlayerLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and isKioskModeEnabled().
Here is the call graph for this function:| ilTestPlayerLayoutProvider::getLogoModification | ( | CalledContexts | $screen_context_stack | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 55 of file class.ilTestPlayerLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and isKioskModeEnabled().
Here is the call graph for this function:| ilTestPlayerLayoutProvider::getMainBarModification | ( | CalledContexts | $screen_context_stack | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 85 of file class.ilTestPlayerLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and isKioskModeEnabled().
Here is the call graph for this function:| ilTestPlayerLayoutProvider::getMetaBarModification | ( | CalledContexts | $screen_context_stack | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 101 of file class.ilTestPlayerLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and isKioskModeEnabled().
Here is the call graph for this function:| ilTestPlayerLayoutProvider::getResponsiveLogoModification | ( | CalledContexts | $called_contexts | ) |
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 69 of file class.ilTestPlayerLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and isKioskModeEnabled().
Here is the call graph for this function:| ilTestPlayerLayoutProvider::getShortTitleModification | ( | CalledContexts | $screen_context_stack | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 147 of file class.ilTestPlayerLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and isKioskModeEnabled().
Here is the call graph for this function:| ilTestPlayerLayoutProvider::getViewTitleModification | ( | CalledContexts | $screen_context_stack | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 165 of file class.ilTestPlayerLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and isKioskModeEnabled().
Here is the call graph for this function:| ilTestPlayerLayoutProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 49 of file class.ilTestPlayerLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\repository().
Here is the call graph for this function:
|
protected |
| CalledContexts | $called_contexts |
Definition at line 138 of file class.ilTestPlayerLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current().
Referenced by getFooterModification(), getLogoModification(), getMainBarModification(), getMetaBarModification(), getResponsiveLogoModification(), getShortTitleModification(), and getViewTitleModification().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilTestPlayerLayoutProvider::TEST_PLAYER_KIOSK_MODE_ENABLED = 'test_player_kiosk_mode_enabled' |
Definition at line 44 of file class.ilTestPlayerLayoutProvider.php.
Referenced by ilTestOutputGUI\executeCommand(), and ilTestPlayerDynamicQuestionSetGUI\executeCommand().
| const ilTestPlayerLayoutProvider::TEST_PLAYER_SHORT_TITLE = 'test_player_kiosk_mode_instance_name' |
Definition at line 46 of file class.ilTestPlayerLayoutProvider.php.
Referenced by ilTestOutputGUI\executeCommand().
| const ilTestPlayerLayoutProvider::TEST_PLAYER_TITLE = 'test_player_kiosk_mode_title' |
Definition at line 45 of file class.ilTestPlayerLayoutProvider.php.
Referenced by ilTestOutputGUI\executeCommand().