DefaultFunctionsProvider implements ExpressionFunctionProviderInterface
Class DefaultFunctionsProvider
Table of Contents
Interfaces
- ExpressionFunctionProviderInterface
Methods
- getFunctions() : array<string|int, ExpressionFunction>
- getTraverseArrayFunction() : ExpressionFunction
- getCompatVersionFunction() : ExpressionFunction
- getDateFunction() : ExpressionFunction
- getEnvFunction() : ExpressionFunction
- getFeatureToggleFunction() : ExpressionFunction
- getIpFunction() : ExpressionFunction
- getLikeFunction() : ExpressionFunction
Methods
getFunctions()
public
getFunctions() : array<string|int, ExpressionFunction>
Return values
array<string|int, ExpressionFunction> —An array of Function instances
getTraverseArrayFunction()
public
getTraverseArrayFunction() : ExpressionFunction
Return values
ExpressionFunctiongetCompatVersionFunction()
protected
getCompatVersionFunction() : ExpressionFunction
Return values
ExpressionFunctiongetDateFunction()
protected
getDateFunction() : ExpressionFunction
Return values
ExpressionFunctiongetEnvFunction()
protected
getEnvFunction() : ExpressionFunction
Return values
ExpressionFunctiongetFeatureToggleFunction()
protected
getFeatureToggleFunction() : ExpressionFunction
Return values
ExpressionFunctiongetIpFunction()
protected
getIpFunction() : ExpressionFunction
Return values
ExpressionFunctiongetLikeFunction()
protected
getLikeFunction() : ExpressionFunction