LogicalOr implements OrInterface

Read onlyYes
FinalYes

Performs a logical disjunction of two other constraints.

To satisfy the Or constraint, the node-tuple must either: satisfy constraint1 but not constraint2, or satisfy constraint2 but not constraint1, or satisfy both constraint1 and constraint2.

Internal

only to be used within Extbase, not part of TYPO3 Core API.

Table of Contents

Interfaces

OrInterface
Performs a logical disjunction of two other constraints.

Properties

$constraint1  : ConstraintInterface
$constraint2  : ConstraintInterface

Methods

__construct()  : mixed
collectBoundVariableNames()  : void
getConstraint1()  : ConstraintInterface
getConstraint2()  : ConstraintInterface

Properties

Methods

collectBoundVariableNames()

public collectBoundVariableNames(array<string|int, mixed> &$boundVariables) : void
Parameters
$boundVariables : array<string|int, mixed>

        
On this page

Search results