Pinq\Queries\Builders\RequestQueryInterpreter::visitIsEmpty PHP Метод

visitIsEmpty() закрытый защищенный Метод

final protected visitIsEmpty ( MethodCallExpression $expression )
$expression Pinq\Expressions\MethodCallExpression
    protected final function visitIsEmpty(O\MethodCallExpression $expression)
    {
        $this->interpretation->interpretIsEmpty($this->getId('is-empty'));
        $this->interpretSourceAsScope($expression);
    }