TYPO3 CMS  TYPO3_7-6
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 TYPO3\CMS\Extbase\Persistence\Generic\Qom\BindVariableValue

Public Member Functions

 getBindVariableName ()
 

Detailed Description

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 22 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.