|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
HTML export view layout provider, hides main and meta bar. More...
Inheritance diagram for ilHTMLExportViewLayoutProvider:
Collaboration diagram for ilHTMLExportViewLayoutProvider:Data Fields | |
| const | HTML_EXPORT_RENDERING = 'html_export_rendering' |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider | |
| $context_collection | |
| $factory | |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| $dic | |
HTML export view layout provider, hides main and meta bar.
Definition at line 19 of file class.ilHTMLExportViewLayoutProvider.php.
| ilHTMLExportViewLayoutProvider::getBreadCrumbsModification | ( | CalledContexts | $called_contexts | ) |
No breadcrumbs in HTML exports.
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 71 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen().
Here is the call graph for this function:| ilHTMLExportViewLayoutProvider::getMainBarModification | ( | CalledContexts | $called_contexts | ) |
No main bar in HTML exports.
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 52 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen().
Here is the call graph for this function:| ilHTMLExportViewLayoutProvider::getMetaBarModification | ( | CalledContexts | $called_contexts | ) |
No meta bar in HTML exports.
Reimplemented from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider.
Definition at line 34 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen().
Here is the call graph for this function:| ilHTMLExportViewLayoutProvider::isInterestedInContexts | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 26 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
Here is the call graph for this function:| const ilHTMLExportViewLayoutProvider::HTML_EXPORT_RENDERING = 'html_export_rendering' |
Definition at line 21 of file class.ilHTMLExportViewLayoutProvider.php.
Referenced by ILIAS\Blog\Export\BlogHtmlExport\__construct(), ILIAS\Glossary\Export\GlossaryHtmlExport\__construct(), ILIAS\Portfolio\Export\PortfolioHtmlExport\__construct(), ILIAS\Wiki\Export\WikiHtmlExport\buildExportFile(), and ILIAS\Services\Export\HTML\Util\initGlobalScreen().