BindVariableValue implements BindVariableValueInterface
Read onlyYes
FinalYes
Evaluates to the value of a bind variable.
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Interfaces
- BindVariableValueInterface
- Evaluates to the value of a bind variable.
Properties
- $variableName : string
Methods
- __construct() : mixed
- collectBoundVariableNames() : void
- getBindVariableName() : string
Properties
$variableName
protected
string
$variableName
Methods
__construct()
public
__construct(string $variableName) : mixed
Parameters
- $variableName : string
collectBoundVariableNames()
public
collectBoundVariableNames(array<string|int, mixed> &$boundVariables) : void
Parameters
- $boundVariables : array<string|int, mixed>
getBindVariableName()
public
getBindVariableName() : string