Pinq\Tests\Integration\Providers\DSL\EnglishDSLProviderTest::joinOnQuery PHP Метод

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

protected joinOnQuery ( )
    protected function joinOnQuery()
    {
        return <<<'ENG'
Join with: [array or iterator] filtered according to: { return ($o === $i); } with parameters: [$this] and correlate the values according to: { return [$o, $i]; } with parameters: [$this]
Get the elements as itself
ENG;
    }