UpperCase implements UpperCaseInterface
Read onlyYes
FinalYes
Evaluates to the upper-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 UpperCase operand also evaluates to null.
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Interfaces
- UpperCaseInterface
- Evaluates to the upper-case string value (or values, if multi-valued) of operand.
Properties
Methods
- __construct() : mixed
- getOperand() : PropertyValueInterface
- getPropertyName() : string
- getSelectorName() : string
Properties
$operand
protected
PropertyValueInterface
$operand
Methods
__construct()
public
__construct(PropertyValueInterface $operand) : mixed
Parameters
- $operand : PropertyValueInterface
getOperand()
public
getOperand() : PropertyValueInterface
Return values
PropertyValueInterfacegetPropertyName()
public
getPropertyName() : string
Return values
stringgetSelectorName()
public
getSelectorName() : string