TYPO3 CMS  TYPO3_7-6
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)
 
 getBindVariableName ()
 

Protected Attributes

 $variableName
 

Detailed Description

Evaluates to the value of a bind variable.

Definition at line 20 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 32 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
Returns
void

Definition at line 43 of file BindVariableValue.php.

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

◆ getBindVariableName()

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 53 of file BindVariableValue.php.

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

Member Data Documentation

◆ $variableName