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

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.
Inheritance: extends DynamicOperand
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$operand DynamicOperand

Public Methods

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

Method Details

__construct() public method

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

getOperand() public method

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

Property Details

$operand protected property

protected DynamicOperand $operand
return DynamicOperand