File modules/phariable/Value.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 namespace phariable; 4 5 class Value 6 { 7 public $expressions = []; 8 9 }
Download modules/phariable/Value.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.