function ExtensionRangeOptions::getUninterpretedOption
The parser stores options it doesn't recognize here. See above.
Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
Return value
\Google\Protobuf\Internal\RepeatedField
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ ExtensionRangeOptions.php, line 46
Class
- ExtensionRangeOptions
- Generated from protobuf message <code>google.protobuf.ExtensionRangeOptions</code>
Namespace
Google\Protobuf\InternalCode
public function getUninterpretedOption() {
return $this->uninterpreted_option;
}