PHP Class Neos\Flow\Persistence\Generic\Qom\UpperCase

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.
Mostra file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$operand DynamicOperand

Public Methods

Method Description
__construct ( DynamicOperand $operand ) Constructs this UpperCase instance
getOperand ( ) : DynamicOperand Gets the operand whose value is converted to a upper-case string.

Method Details

__construct() public method

Constructs this UpperCase instance
public __construct ( DynamicOperand $operand )
$operand DynamicOperand

getOperand() public method

Gets the operand whose value is converted to a upper-case string.
public getOperand ( ) : DynamicOperand
return DynamicOperand the operand; non-null

Property Details

$operand protected_oe property

protected DynamicOperand $operand
return DynamicOperand