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

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

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