eZ\Publish\Core\REST\Client\Tests\Input\Parser\SectionListTest::getParser PHP Метод

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

Gets the section list parser.
protected getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\SectionList;
Результат eZ\Publish\Core\REST\Client\Input\Parser\SectionList;
    protected function getParser()
    {
        return new Parser\SectionList();
    }
SectionListTest