Generated from protobuf message google.protobuf.DescriptorProto.ExtensionRange
CloneableInstantiable
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearEnd() |
| public clearOptions() |
| public clearStart() |
| public getEnd() Exclusive. Generated from protobuf field optional int32 end = 2;
|
| public getOptions() Generated from protobuf field optional .google.protobuf.ExtensionRangeOptions options = 3;
|
| public getStart() Inclusive. Generated from protobuf field optional int32 start = 1;
|
| public hasEnd() |
| public hasOptions() |
| public hasStart() |
| public setEnd( $var) Exclusive. Generated from protobuf field optional int32 end = 2;
|
| public setOptions( $var) Generated from protobuf field optional .google.protobuf.ExtensionRangeOptions options = 3;
|
| public setStart( $var) Inclusive. Generated from protobuf field optional int32 start = 1;
|
| Properties |
| protected $end = NULL Exclusive. Generated from protobuf field optional int32 end = 2; |
| protected $options = NULL Generated from protobuf field optional .google.protobuf.ExtensionRangeOptions options = 3; |
| protected $start = NULL Inclusive. Generated from protobuf field optional int32 start = 1; |
| Methods |