eZ\Publish\Core\REST\Client\Tests\Input\Parser\SectionListTest::getParser PHP Méthode

getParser() protected méthode

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