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

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

Returns the ContentUpdate parser.
protected internalGetParser ( ) : ContentUpdate
Результат eZ\Publish\Core\REST\Server\Input\Parser\ContentUpdate
    protected function internalGetParser()
    {
        return new ContentUpdateParser();
    }