TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValueInterface Interface Reference
Inheritance diagram for 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_BindVariableValueInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue Tx_Extbase_Persistence_QOM_BindVariableValue

Public Member Functions

 getBindVariableName ()
 

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.

http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later

Definition at line 21 of file BindVariableValueInterface.php.

Member Function Documentation

◆ getBindVariableName()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValueInterface::getBindVariableName ( )

Gets the name of the bind variable.

Returns
string the bind variable name; non-null

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue.