QueryObjectModelFactory deprecated
class QueryObjectModelFactory (View source)
deprecated
The Query Object Model Factory
Properties
protected ObjectManagerInterface | $objectManager |
Methods
Performs a logical conjunction of two other constraints.
Performs a logical disjunction of two other constraints.
Filters tuples based on the outcome of a binary operation.
Evaluates to the value (or values, if multi-valued) of a property in the specified or default selector.
Evaluates to the lower-case string value (or values, if multi-valued) of an operand.
Evaluates to the upper-case string value (or values, if multi-valued) of an operand.
Details
void
injectObjectManager(ObjectManagerInterface $objectManager)
Injects the object factory
LogicalAnd
_and(Constraint $constraint1, Constraint $constraint2)
Performs a logical conjunction of two other constraints.
LogicalOr
_or(Constraint $constraint1, Constraint $constraint2)
Performs a logical disjunction of two other constraints.
LogicalNot
not(Constraint $constraint)
Performs a logical negation of another constraint.
Comparison
comparison(DynamicOperand $operand1, string $operator, mixed $operand2 = null)
Filters tuples based on the outcome of a binary operation.
PropertyValue
propertyValue(string $propertyName, string $selectorName = '')
Evaluates to the value (or values, if multi-valued) of a property in the specified or default selector.
LowerCase
lowerCase(DynamicOperand $operand)
Evaluates to the lower-case string value (or values, if multi-valued) of an operand.
UpperCase
upperCase(DynamicOperand $operand)
Evaluates to the upper-case string value (or values, if multi-valued) of an operand.