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

getParser() protected method

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