Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\ConditionGenerator::notExpression PHP Метод

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

public notExpression ( Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\SqlGeneratorInterface $expression ) : NotExpressionGenerator
$expression Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\SqlGeneratorInterface
Результат NotExpressionGenerator
    public function notExpression(SqlGeneratorInterface $expression)
    {
        return new NotExpressionGenerator($expression);
    }