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

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

Protected Properties

Property Type Description
$constraint Constraint

Public Methods

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

Method Details

__construct() public method

public __construct ( Constraint $constraint )
$constraint Constraint

getConstraint() public method

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

Property Details

$constraint protected_oe property

protected Constraint $constraint
return Constraint