AbstractProvider implements ProviderInterface
AbstractYes
Class AbstractProvider
Table of Contents
Interfaces
- ProviderInterface
- Interface ProviderInterface
Properties
- $expressionLanguageProviders : array<string|int, mixed>
- $expressionLanguageVariables : array<string|int, mixed>
Methods
- getExpressionLanguageProviders() : array<string|int, mixed>
- An array of class names which implements the ExpressionFunctionProviderInterface
- getExpressionLanguageVariables() : array<string|int, mixed>
- An array with key/value pairs. The key will be available as variable name
Properties
$expressionLanguageProviders
protected
array<string|int, mixed>
$expressionLanguageProviders
= []
of class names which implements ExpressionFunctionProviderInterface
$expressionLanguageVariables
protected
array<string|int, mixed>
$expressionLanguageVariables
= []
Methods
getExpressionLanguageProviders()
An array of class names which implements the ExpressionFunctionProviderInterface
public
getExpressionLanguageProviders() : array<string|int, mixed>
Return values
array<string|int, mixed>getExpressionLanguageVariables()
An array with key/value pairs. The key will be available as variable name
public
getExpressionLanguageVariables() : array<string|int, mixed>