eZ\Publish\Core\REST\Client\Tests\Input\Parser\SectionListTest::getParser PHP Method

getParser() protected method

Gets the section list parser.
protected getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\SectionList;
return eZ\Publish\Core\REST\Client\Input\Parser\SectionList;
    protected function getParser()
    {
        return new Parser\SectionList();
    }
SectionListTest