‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValueInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\StaticOperandInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\OperandInterface

Public Member Functions

 __construct ($variableName)
 
 collectBoundVariableNames (&$boundVariables)
 
string getBindVariableName ()
 

Protected Attributes

string $variableName
 

Detailed Description

Evaluates to the value of a bind variable.

only to be used within Extbase, not part of TYPO3 Core API.

Definition at line 25 of file BindVariableValue.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue::__construct (   $variableName)

Constructs this BindVariableValue instance

Parameters
string$variableName

Definition at line 36 of file BindVariableValue.php.

References TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue\$variableName.

Member Function Documentation

◆ collectBoundVariableNames()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue::collectBoundVariableNames ( $boundVariables)

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

Parameters
array$boundVariables

Definition at line 46 of file BindVariableValue.php.

References TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue\$variableName.

◆ getBindVariableName()

string TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue::getBindVariableName ( )

Gets the name of the bind variable.

Returns
‪string the bind variable name; non-null

Implements TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValueInterface.

Definition at line 56 of file BindVariableValue.php.

References TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue\$variableName.

Member Data Documentation

◆ $variableName