PHP Класс 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.
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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

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

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

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