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

getParser() protected method

Gets the ContentTypeGroupList parser.
protected getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\ContentTypeGroupList;
return eZ\Publish\Core\REST\Client\Input\Parser\ContentTypeGroupList;
    protected function getParser()
    {
        return new Parser\ContentTypeGroupList();
    }
ContentTypeGroupListTest