Pinq\Tests\Integration\Queries\QueryParsingTest::joinOnQuery PHP Метод

joinOnQuery() защищенный Метод

protected joinOnQuery ( )
    protected function joinOnQuery()
    {
        return $this->scopeRequest([new Q\Segments\Join(new Q\Common\Join\Options($this->sequenceSource(), false, new Q\Common\Join\Filter\Custom(new Q\Functions\ConnectorProjection($this->parameter(), self::SCOPE_TYPE, self::SCOPE_NAMESPACE, [$this->parameter() => 'this'], [O\Expression::parameter('o'), O\Expression::parameter('i')], [O\Expression::returnExpression(O\Expression::binaryOperation(O\Expression::variable(O\Expression::value('o')), O\Operators\Binary::IDENTITY, O\Expression::variable(O\Expression::value('i'))))]))), $this->arrayConnectorProjection())]);
    }