File modules/util/text/variables/VariableResolver.class.php
Last commit: Thu Dec 26 19:49:19 2024 +0100 Jan Dankert New: Import the module 'phariable' via a new dependency script. The Variable Resolver has now it's own repository.
1 <?php 2 3 4 namespace util\text\variables; 5 6 /** 7 * This class is an alias for VariableResolver for backward-compatability. 8 */ 9 10 class VariableResolver extends \phariable\VariableResolver 11 { 12 }
Downloadmodules/util/text/variables/VariableResolver.class.php
History Thu, 26 Dec 2024 19:49:19 +0100 Jan Dankert New: Import the module 'phariable' via a new dependency script. The Variable Resolver has now it's own repository. Thu, 19 Nov 2020 21:42:39 +0100 Jan Dankert Fix: Variables with key '0' are now resolved. Sat, 26 Sep 2020 04:26:55 +0200 Jan Dankert Refactoring: read configuration values with a class. Sat, 16 May 2020 01:08:40 +0200 Jan Dankert Refactoring: Switching the ValueExpressions in the templates to the new VariableResolver for supporting nested variables like ${message:prefix_${key}}. Wed, 13 May 2020 23:29:44 +0200 Jan Dankert Refactoring: New Variable Resolver with support for namespaces, default values and nested value expressions.