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());
    }