TYPO3 CMS  TYPO3_6-2
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 Tx_Extbase_Persistence_QOM_BindVariableValue

Public Member Functions

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

Protected Attributes

 $variableName
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Evaluates to the value of a bind variable.

Definition at line 19 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 31 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 41 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 50 of file BindVariableValue.php.

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

Member Data Documentation

◆ $variableName