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

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

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