PHP Класс Neos\Flow\Persistence\Generic\Qom\QueryObjectModelFactory

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

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

Метод Описание
_and ( Constraint $constraint1, Constraint $constraint2 ) : LogicalAnd Performs a logical conjunction of two other constraints.
_or ( Constraint $constraint1, Constraint $constraint2 ) : LogicalOr Performs a logical disjunction of two other constraints.
comparison ( DynamicOperand $operand1, string $operator, mixed $operand2 = null ) : Comparison Filters tuples based on the outcome of a binary operation.
injectObjectManager ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : void Injects the object factory
lowerCase ( DynamicOperand $operand ) : LowerCase Evaluates to the lower-case string value (or values, if multi-valued) of an operand.
not ( Constraint $constraint ) : LogicalNot Performs a logical negation of another constraint.
propertyValue ( string $propertyName, string $selectorName = '' ) : PropertyValue Evaluates to the value (or values, if multi-valued) of a property in the specified or default selector.
upperCase ( DynamicOperand $operand ) : UpperCase Evaluates to the upper-case string value (or values, if multi-valued) of an operand.

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

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

Performs a logical conjunction of two other constraints.
public _and ( Constraint $constraint1, Constraint $constraint2 ) : LogicalAnd
$constraint1 Constraint the first constraint; non-null
$constraint2 Constraint the second constraint; non-null
Результат LogicalAnd the And constraint; non-null

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

Performs a logical disjunction of two other constraints.
public _or ( Constraint $constraint1, Constraint $constraint2 ) : LogicalOr
$constraint1 Constraint the first constraint; non-null
$constraint2 Constraint the second constraint; non-null
Результат LogicalOr the Or constraint; non-null

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

Filters tuples based on the outcome of a binary operation.
public comparison ( DynamicOperand $operand1, string $operator, mixed $operand2 = null ) : Comparison
$operand1 DynamicOperand the first operand; non-null
$operator string the operator; one of QueryObjectModelConstants.JCR_OPERATOR_*
$operand2 mixed the second operand; non-null
Результат Comparison the constraint; non-null

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

Injects the object factory
public injectObjectManager ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : void
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
Результат void

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

Evaluates to the lower-case string value (or values, if multi-valued) of an operand.
public lowerCase ( DynamicOperand $operand ) : LowerCase
$operand DynamicOperand the operand whose value is converted to a lower-case string; non-null
Результат LowerCase the operand; non-null

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

Performs a logical negation of another constraint.
public not ( Constraint $constraint ) : LogicalNot
$constraint Constraint the constraint to be negated; non-null
Результат LogicalNot the Not constraint; non-null

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

Evaluates to the value (or values, if multi-valued) of a property in the specified or default selector.
public propertyValue ( string $propertyName, string $selectorName = '' ) : PropertyValue
$propertyName string the property name; non-null
$selectorName string the selector name; non-null
Результат PropertyValue the operand; non-null

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

Evaluates to the upper-case string value (or values, if multi-valued) of an operand.
public upperCase ( DynamicOperand $operand ) : UpperCase
$operand DynamicOperand the operand whose value is converted to a upper-case string; non-null
Результат UpperCase the operand; non-null

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

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

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
Результат Neos\Flow\ObjectManagement\ObjectManagerInterface