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

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

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