ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Functions | |
if(function_exists('assetic_init')) | assetic_init (AssetFactory $factory) |
Initializes the global Assetic object. More... | |
assetic_javascripts ($inputs=array(), $filters=array(), array $options=array()) | |
Returns an array of javascript URLs. More... | |
assetic_stylesheets ($inputs=array(), $filters=array(), array $options=array()) | |
Returns an array of stylesheet URLs. More... | |
assetic_image ($input, $filters=array(), array $options=array()) | |
Returns an image URL. More... | |
_assetic_urls ($inputs=array(), $filters=array(), array $options=array()) | |
Returns an array of asset urls. More... | |
Returns an array of asset urls.
array | string | $inputs | Input strings |
array | string | $filters | Filter names |
array | $options | An array of options |
Definition at line 97 of file functions.php.
References $options, and array.
Referenced by assetic_image(), assetic_javascripts(), and assetic_stylesheets().
Returns an image URL.
string | $input | An input |
array | string | $filters | Filter names |
array | $options | An array of options |
Definition at line 77 of file functions.php.
References $options, and _assetic_urls().
Referenced by Assetic\Factory\Loader\FunctionCallsFormulaLoader\registerSetupCode().
if (function_exists( 'assetic_init')) assetic_init | ( | AssetFactory | $factory | ) |
Initializes the global Assetic object.
AssetFactory | $factory | The asset factory |
Definition at line 24 of file functions.php.
Returns an array of javascript URLs.
array | string | $inputs | Input strings |
array | string | $filters | Filter names |
array | $options | An array of options |
Definition at line 41 of file functions.php.
References $options, and _assetic_urls().
Referenced by Assetic\Factory\Loader\FunctionCallsFormulaLoader\registerSetupCode().
Returns an array of stylesheet URLs.
array | string | $inputs | Input strings |
array | string | $filters | Filter names |
array | $options | An array of options |
Definition at line 59 of file functions.php.
References $options, and _assetic_urls().
Referenced by Assetic\Factory\Loader\FunctionCallsFormulaLoader\registerSetupCode().