ILIAS
release_8 Revision v8.19
|
Injects resources into a template. More...
Public Member Functions | |
__construct (ResourcesCollector $collector) | |
inject (\ilGlobalTemplateInterface $tpl) | |
Inject into template. More... | |
Protected Attributes | |
ResourcesCollector | $collector |
Injects resources into a template.
Definition at line 26 of file ResourcesInjector.php.
ILIAS\COPage\ResourcesInjector::__construct | ( | ResourcesCollector | $collector | ) |
Definition at line 30 of file ResourcesInjector.php.
References ILIAS\COPage\ResourcesInjector\$collector.
ILIAS\COPage\ResourcesInjector::inject | ( | \ilGlobalTemplateInterface | $tpl | ) |
Inject into template.
Definition at line 38 of file ResourcesInjector.php.
References ILIAS\COPage\ResourcesInjector\$collector, ilGlobalTemplateInterface\addCss(), ilGlobalTemplateInterface\addJavaScript(), and ilGlobalTemplateInterface\addOnLoadCode().
|
protected |
Definition at line 28 of file ResourcesInjector.php.
Referenced by ILIAS\COPage\ResourcesInjector\__construct(), and ILIAS\COPage\ResourcesInjector\inject().