|
ILIAS
release_8 Revision v8.24
|
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 | |
| 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 38 of file ResourcesCollector.php.
References ILIAS\COPage\ResourcesCollector\$output_mode.
| ILIAS\COPage\ResourcesCollector::getCssFiles | ( | ) |
Definition at line 99 of file ResourcesCollector.php.
References ILIAS\COPage\ResourcesCollector\$css_files.
| ILIAS\COPage\ResourcesCollector::getJavascriptFiles | ( | ) |
Definition at line 94 of file ResourcesCollector.php.
References ILIAS\COPage\ResourcesCollector\$js_files.
| ILIAS\COPage\ResourcesCollector::getOnloadCode | ( | ) |
Definition at line 104 of file ResourcesCollector.php.
References ILIAS\COPage\ResourcesCollector\$onload_code.
|
protected |
Definition at line 30 of file ResourcesCollector.php.
Referenced by ILIAS\COPage\ResourcesCollector\getCssFiles().
|
protected |
Definition at line 29 of file ResourcesCollector.php.
Referenced by ILIAS\COPage\ResourcesCollector\getJavascriptFiles().
|
protected |
Definition at line 31 of file ResourcesCollector.php.
Referenced by ILIAS\COPage\ResourcesCollector\getOnloadCode().
|
protected |
Definition at line 28 of file ResourcesCollector.php.
Referenced by ILIAS\COPage\ResourcesCollector\__construct().