Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EnumReservedRange.php

function EnumReservedRange::__construct

Constructor.

Parameters

array $data {: Optional. Data for populating the Message object.

@type int $start Inclusive. @type int $end Inclusive. }

Overrides Message::__construct

File

vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php, line 49

Class

EnumReservedRange
Range of reserved numeric values. Reserved values may not be used by entries in the same enum. Reserved ranges may not overlap. Note that this is distinct from DescriptorProto.ReservedRange in that it is inclusive such that it can appropriately…

Namespace

Google\Protobuf\Internal\EnumDescriptorProto

Code

public function __construct($data = NULL) {
    \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
    parent::__construct($data);
}
RSS feed
Powered by Drupal