function OneofOptions::__construct
Constructor.
Parameters
array $data {: Optional. Data for populating the Message object.
@type array<\Google\Protobuf\Internal\UninterpretedOption>|\Google\Protobuf\Internal\RepeatedField $uninterpreted_option The parser stores options it doesn't recognize here. See above. }
Overrides Message::__construct
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ OneofOptions.php, line 35
Class
- OneofOptions
- Generated from protobuf message <code>google.protobuf.OneofOptions</code>
Namespace
Google\Protobuf\InternalCode
public function __construct($data = NULL) {
\GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
parent::__construct($data);
}