|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Injects resources into a template. More...
Collaboration diagram for ILIAS\COPage\ResourcesInjector:Public Member Functions | |
| __construct (ResourcesCollector $collector) | |
| ResourcesInjector constructor. More... | |
| inject (\ilGlobalTemplateInterface $tpl) | |
| Inject into template. More... | |
Protected Attributes | |
| $collector | |
Injects resources into a template.
Definition at line 12 of file ResourcesInjector.php.
| ILIAS\COPage\ResourcesInjector::__construct | ( | ResourcesCollector | $collector | ) |
ResourcesInjector constructor.
| ResourcesCollector | $collector |
Definition at line 23 of file ResourcesInjector.php.
References ILIAS\COPage\ResourcesInjector\$collector.
| ILIAS\COPage\ResourcesInjector::inject | ( | \ilGlobalTemplateInterface | $tpl | ) |
Inject into template.
| \ilGlobalTemplateInterface | $tpl |
Definition at line 32 of file ResourcesInjector.php.
References ILIAS\COPage\ResourcesInjector\$collector, and $tpl.
|
protected |
Definition at line 17 of file ResourcesInjector.php.
Referenced by ILIAS\COPage\ResourcesInjector\__construct(), and ILIAS\COPage\ResourcesInjector\inject().