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

getParser() protected method

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