ExpressionLanguage
class ExpressionLanguage extends ExpressionLanguage
Adds some function to the default ExpressionLanguage.
Properties
protected | $functions | from ExpressionLanguage |
Methods
__construct(CacheItemPoolInterface $cache = null, array $providers = array(), callable $serviceCompiler = null)
No description
string
from ExpressionLanguage
mixed
from ExpressionLanguage
from ExpressionLanguage
register(string $name, callable $compiler, callable $evaluator)
Registers a function.
from ExpressionLanguage
from ExpressionLanguage
Details
__construct(CacheItemPoolInterface $cache = null, array $providers = array(), callable $serviceCompiler = null)
string
compile(Expression|string $expression, array $names = array())
Compiles an expression source code.