ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Variable utilities. More...
Static Public Member Functions | |
static | resolve ($template, array $vars, array $values) |
Resolves variable placeholders. More... | |
static | getCombinations (array $vars, array $values) |
Private Member Functions | |
__construct () | |
Variable utilities.
Definition at line 19 of file VarUtils.php.
|
finalprivate |
Definition at line 81 of file VarUtils.php.
|
static |
Definition at line 50 of file VarUtils.php.
|
static |
Resolves variable placeholders.
string | $template | A template string |
array | $vars | Variable names |
array | $values | Variable values |
InvalidArgumentException If there is a variable with no value
Definition at line 32 of file VarUtils.php.
References sprintf.
Referenced by Assetic\Asset\FileAsset\getLastModified(), Assetic\Asset\GlobAsset\initialize(), Assetic\Asset\FileAsset\load(), and Assetic\Asset\HttpAsset\load().