TYPO3  7.6
Public Member Functions | List of all members
BindVariableValueInterface Interface Reference
Inheritance diagram for BindVariableValueInterface:
StaticOperandInterface OperandInterface 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 ( )

Gets the name of the bind variable.

Returns
string the bind variable name; non-null

Implemented in BindVariableValue.