| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Collects all js/css/onload resources necessary for page rendering. More...
 Collaboration diagram for ILIAS\COPage\ResourcesCollector:Public Member Functions | |
| __construct (string $output_mode, \ilPageObject $pg=null) | |
| Constructor, currently has a dependency to ilPageObject due to historic reasons, this should be removed in the future.  More... | |
| getJavascriptFiles () | |
| getCssFiles () | |
| getOnloadCode () | |
Protected Attributes | |
| $pc_definition | |
| string | $output_mode = "" | 
| array | $js_files = [] | 
| array | $css_files = [] | 
| array | $onload_code = [] | 
Collects all js/css/onload resources necessary for page rendering.
Definition at line 26 of file ResourcesCollector.php.
| ILIAS\COPage\ResourcesCollector::__construct | ( | string | $output_mode, | 
| \ilPageObject | $pg = null  | 
        ||
| ) | 
Constructor, currently has a dependency to ilPageObject due to historic reasons, this should be removed in the future.
Definition at line 39 of file ResourcesCollector.php.
References $DIC, ILIAS\COPage\ResourcesCollector\$output_mode, ilPageObject\buildDom(), iljQueryUtil\getLocaljQueryPath(), iljQueryUtil\getLocaljQueryUIPath(), ILIAS\COPage\init(), and ilPageObjectGUI\OFFLINE.
 Here is the call graph for this function:| ILIAS\COPage\ResourcesCollector::getCssFiles | ( | ) | 
Definition at line 111 of file ResourcesCollector.php.
References ILIAS\COPage\ResourcesCollector\$css_files.
| ILIAS\COPage\ResourcesCollector::getJavascriptFiles | ( | ) | 
Definition at line 106 of file ResourcesCollector.php.
References ILIAS\COPage\ResourcesCollector\$js_files.
| ILIAS\COPage\ResourcesCollector::getOnloadCode | ( | ) | 
Definition at line 116 of file ResourcesCollector.php.
References ILIAS\COPage\ResourcesCollector\$onload_code.
      
  | 
  protected | 
Definition at line 31 of file ResourcesCollector.php.
Referenced by ILIAS\COPage\ResourcesCollector\getCssFiles().
      
  | 
  protected | 
Definition at line 30 of file ResourcesCollector.php.
Referenced by ILIAS\COPage\ResourcesCollector\getJavascriptFiles().
      
  | 
  protected | 
Definition at line 32 of file ResourcesCollector.php.
Referenced by ILIAS\COPage\ResourcesCollector\getOnloadCode().
      
  | 
  protected | 
Definition at line 29 of file ResourcesCollector.php.
Referenced by ILIAS\COPage\ResourcesCollector\__construct().
      
  | 
  protected | 
Definition at line 28 of file ResourcesCollector.php.