PHP Class Neos\Flow\Persistence\Generic\Qom\LogicalNot

To satisfy the Not constraint, the tuple must not satisfy $constraint.
Inheritance: extends Constraint
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$constraint Constraint

Méthodes publiques

Méthode Description
__construct ( Constraint $constraint )
getConstraint ( ) : Constraint Gets the constraint negated by this Not constraint.

Method Details

__construct() public méthode

public __construct ( Constraint $constraint )
$constraint Constraint

getConstraint() public méthode

Gets the constraint negated by this Not constraint.
public getConstraint ( ) : Constraint
Résultat Constraint the constraint; non-null

Property Details

$constraint protected_oe property

protected Constraint $constraint
Résultat Constraint