function FileOptions::getUninterpretedOption
The parser stores options it doesn't recognize here. See the documentation for the "Options" section 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/ FileOptions.php, line 1084
Class
- FileOptions
- Generated from protobuf message <code>google.protobuf.FileOptions</code>
Namespace
Google\Protobuf\InternalCode
public function getUninterpretedOption() {
return $this->uninterpreted_option;
}