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

To satisfy the Not constraint, the tuple must not satisfy $constraint.
Наследование: extends Constraint
Показать файл Открыть проект

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

Свойство Тип Описание
$constraint Constraint

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

Метод Описание
__construct ( Constraint $constraint )
getConstraint ( ) : Constraint Gets the constraint negated by this Not constraint.

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

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

public __construct ( Constraint $constraint )
$constraint Constraint

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

Gets the constraint negated by this Not constraint.
public getConstraint ( ) : Constraint
Результат Constraint the constraint; non-null

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

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

protected Constraint $constraint
Результат Constraint