eZ\Publish\Core\REST\Server\Tests\Input\Parser\ContentTypeUpdateTest::internalGetParser PHP Метод

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

Returns the ContentTypeUpdate parser.
protected internalGetParser ( ) : ContentTypeUpdate
Результат eZ\Publish\Core\REST\Server\Input\Parser\ContentTypeUpdate
    protected function internalGetParser()
    {
        return new ContentTypeUpdate($this->getContentTypeServiceMock(), $this->getParserTools());
    }