|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Test\Presentation\PrintLayoutProvider:
Collaboration diagram for ILIAS\Test\Presentation\PrintLayoutProvider:Data Fields | |
| const | TEST_CONTEXT_PRINT = 'test_context_print' |
Protected Member Functions | |
| isTestContextPrint (CalledContexts $called_contexts) | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Private Attributes | |
| const | MODIFICATION_PRIORITY = 5 |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider | |
| ContextCollection | $context_collection |
| DataFactory | $data |
| ModificationFactory | $factory |
Definition at line 33 of file PrintLayoutProvider.php.
| ILIAS\Test\Presentation\PrintLayoutProvider::getBreadCrumbsModification | ( | CalledContexts | $screen_context_stack | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 71 of file PrintLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and ILIAS\Test\Presentation\PrintLayoutProvider\isTestContextPrint().
Here is the call graph for this function:| ILIAS\Test\Presentation\PrintLayoutProvider::getMainBarModification | ( | CalledContexts | $screen_context_stack | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 50 of file PrintLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and ILIAS\Test\Presentation\PrintLayoutProvider\isTestContextPrint().
Here is the call graph for this function:| ILIAS\Test\Presentation\PrintLayoutProvider::getMetaBarModification | ( | CalledContexts | $screen_context_stack | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 60 of file PrintLayoutProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and ILIAS\Test\Presentation\PrintLayoutProvider\isTestContextPrint().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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.