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

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

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