eZ\Publish\Core\REST\Client\Tests\Input\Parser\VersionInfoTest::getParser PHP 메소드

getParser() 보호된 메소드

Gets the section parser.
protected getParser ( ) : VersionInfo
리턴 eZ\Publish\Core\REST\Client\Input\Parser\VersionInfo
    protected function getParser()
    {
        $parser = new Input\Parser\VersionInfo(new ParserTools(), $this->getContentServiceMock());
        $parser->setRequestParser($this->getRequestParserMock());
        return $parser;
    }