function ExtensionRange::setOptions
Generated from protobuf field <code>optional .google.protobuf.ExtensionRangeOptions options = 3;</code>
Parameters
\Google\Protobuf\Internal\ExtensionRangeOptions $var:
Return value
$this
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ DescriptorProto/ ExtensionRange.php, line 149
Class
- ExtensionRange
- Generated from protobuf message <code>google.protobuf.DescriptorProto.ExtensionRange</code>
Namespace
Google\Protobuf\Internal\DescriptorProtoCode
public function setOptions($var) {
GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ExtensionRangeOptions::class);
$this->options = $var;
return $this;
}