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

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

protected nestedOperationsQuery ( )
    protected function nestedOperationsQuery()
    {
        return <<<'ENG'
Append with: [
    Where contained in: [
        Where not contained in: [
            The union with: [
                The intersection with: [
                    The difference from: [
                        Starting from and up to the specified element
                    ]
                ]
            ]
        ]
    ]
]
Get the elements as itself
ENG;
    }