ILIAS
trunk Revision v11.0_alpha-1871-gde1fee8db3d
|
Data Fields | |
const | TEST_CONTEXT_PRINT = 'test_context_print' |
Protected Member Functions | |
isTestContextPrint (CalledContexts $called_contexts) | |
![]() | |
globalScreen () | |
Private Attributes | |
const | MODIFICATION_PRIORITY = 5 |
Additional Inherited Members | |
![]() | |
ContextCollection | $context_collection |
DataFactory | $data |
ModificationFactory | $factory |
Definition at line 33 of file PrintLayoutProvider.php.
ILIAS\Test\Presentation\PrintLayoutProvider::getBreadCrumbsModification | ( | CalledContexts | $screen_context_stack | ) |
CalledContexts | $screen_context_stack |
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 71 of file PrintLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), ILIAS\Test\Presentation\PrintLayoutProvider\isTestContextPrint(), and null.
ILIAS\Test\Presentation\PrintLayoutProvider::getMainBarModification | ( | CalledContexts | $screen_context_stack | ) |
CalledContexts | $screen_context_stack |
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 50 of file PrintLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), ILIAS\Test\Presentation\PrintLayoutProvider\isTestContextPrint(), and null.
ILIAS\Test\Presentation\PrintLayoutProvider::getMetaBarModification | ( | CalledContexts | $screen_context_stack | ) |
CalledContexts | $screen_context_stack |
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 60 of file PrintLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), ILIAS\Test\Presentation\PrintLayoutProvider\isTestContextPrint(), and null.
ILIAS\Test\Presentation\PrintLayoutProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 39 of file PrintLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
|
protected |
Definition at line 44 of file PrintLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current().
Referenced by ILIAS\Test\Presentation\PrintLayoutProvider\getBreadCrumbsModification(), ILIAS\Test\Presentation\PrintLayoutProvider\getMainBarModification(), and ILIAS\Test\Presentation\PrintLayoutProvider\getMetaBarModification().
|
private |
Definition at line 37 of file PrintLayoutProvider.php.
const ILIAS\Test\Presentation\PrintLayoutProvider::TEST_CONTEXT_PRINT = 'test_context_print' |
Definition at line 35 of file PrintLayoutProvider.php.