eZ\Publish\Core\REST\Client\Tests\Input\Parser\RelationTest::getParser PHP Метод

getParser() защищенный Метод

Gets the section parser.
protected getParser ( ) : Relation
Результат eZ\Publish\Core\REST\Client\Input\Parser\Relation
    protected function getParser()
    {
        return new Parser\Relation($this->getContentServiceMock());
    }