TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
BindVariableValue Class Reference
Inheritance diagram for BindVariableValue:
BindVariableValueInterface StaticOperandInterface 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 (   $variableName)

Constructs this BindVariableValue instance

Parameters
string$variableName

Definition at line 32 of file BindVariableValue.php.

References BindVariableValue\$variableName.

Member Function Documentation

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 BindVariableValue\$variableName.

getBindVariableName ( )

Gets the name of the bind variable.

Returns
string the bind variable name; non-null

Implements BindVariableValueInterface.

Definition at line 53 of file BindVariableValue.php.

References BindVariableValue\$variableName.

Member Data Documentation

$variableName
protected