-
- Downloads
expression language: inject an object providing helper functions/methods
instead of injecting global functions inject an object. Mainly to have some namespacing in case the official language gains new functions and to make it clear which function are from us and where the documentation for thenm needs to be looked up.
parent
0652267b
No related branches found
No related tags found
Showing
- src/ExpressionLanguage/ExpressionExtension.php 142 additions, 0 deletionssrc/ExpressionLanguage/ExpressionExtension.php
- src/ExpressionLanguage/ExpressionLanguage.php 11 additions, 0 deletionssrc/ExpressionLanguage/ExpressionLanguage.php
- tests/ExpressionLanguageTest.php 41 additions, 0 deletionstests/ExpressionLanguageTest.php
Loading
Please register or sign in to comment