PHP Класс 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.
Наследование: extends DynamicOperand
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$operand DynamicOperand

Открытые методы

Метод Описание
__construct ( DynamicOperand $operand ) Constructs this LowerCase instance
getOperand ( ) : DynamicOperand Gets the operand whose value is converted to a lower-case string.

Описание методов

__construct() публичный метод

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

getOperand() публичный метод

Gets the operand whose value is converted to a lower-case string.
public getOperand ( ) : DynamicOperand
Результат DynamicOperand the operand; non-null

Описание свойств

$operand защищенное свойство

protected DynamicOperand $operand
Результат DynamicOperand