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

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

protected joinTwoWithDefaultsQuery ( )
    protected function joinTwoWithDefaultsQuery()
    {
        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;
    }