| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Injects resources into a template. More...
 Collaboration diagram for ILIAS\COPage\ResourcesInjector: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().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 28 of file ResourcesInjector.php.
Referenced by ILIAS\COPage\ResourcesInjector\__construct(), and ILIAS\COPage\ResourcesInjector\inject().