Pinq\Tests\Integration\Queries\QueryParsingTest::removeWhereQuery PHP Method

removeWhereQuery() protected method

protected removeWhereQuery ( )
    protected function removeWhereQuery()
    {
        return $this->operation([], new Q\Operations\RemoveWhere(new Q\Functions\ElementProjection($this->parameter(), self::SCOPE_TYPE, self::SCOPE_NAMESPACE, [$this->parameter() => 'this'], [], [O\Expression::returnExpression(O\Expression::constant('true'))])));
    }