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

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

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