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

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

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