BindVariableValue implements BindVariableValueInterface

Evaluates to the value of a bind variable.

Internal

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
Constructs this BindVariableValue instance
collectBoundVariableNames()  : mixed
Fills an array with the names of all bound variables in the operand
getBindVariableName()  : string
Gets the name of the bind variable.

Properties

$variableName

protected string $variableName

Methods

__construct()

Constructs this BindVariableValue instance

public __construct(string $variableName) : mixed
Parameters
$variableName : string

collectBoundVariableNames()

Fills an array with the names of all bound variables in the operand

public collectBoundVariableNames(array<string|int, mixed> &$boundVariables) : mixed
Parameters
$boundVariables : array<string|int, mixed>

getBindVariableName()

Gets the name of the bind variable.

public getBindVariableName() : string
Return values
string

the bind variable name; non-null


        
On this page

Search results