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
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$operand DynamicOperand

Méthodes publiques

Méthode 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 méthode

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

getOperand() public méthode

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

Property Details

$operand protected_oe property

protected DynamicOperand $operand
Résultat DynamicOperand