TYPO3  7.6
Public Member Functions | List of all members
LowerCaseInterface Interface Reference
Inheritance diagram for LowerCaseInterface:
PropertyValueInterface DynamicOperandInterface OperandInterface LowerCase

Public Member Functions

 getOperand ()
 
- Public Member Functions inherited from PropertyValueInterface
 getSelectorName ()
 
 getPropertyName ()
 

Detailed Description

Evaluates to the lower-case string value (or values, if multi-valued) of operand.

If operand does not evaluate to a string value, its value is first converted to a string.

If operand evaluates to null, the LowerCase operand also evaluates to null.

Definition at line 26 of file LowerCaseInterface.php.

Member Function Documentation

getOperand ( )

Gets the operand whose value is converted to a lower-case string.

Returns
PropertyValueInterface the operand; non-null

Implemented in LowerCase.