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

getParser() protected method

Gets the section parser.
protected getParser ( ) : Content
return eZ\Publish\Core\REST\Client\Input\Parser\Content
    protected function getParser()
    {
        return new Input\Parser\Content(new ParserTools(), $this->getContentServiceMock(), $this->getVersionInfoParserMock(), $this->getFieldTypeParserMock());
    }