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