function FileDescriptorSet::__construct
Constructor.
Parameters
array $data {: Optional. Data for populating the Message object.
@type array<\Google\Protobuf\Internal\FileDescriptorProto>|\Google\Protobuf\Internal\RepeatedField $file }
Overrides Message::__construct
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ FileDescriptorSet.php, line 35
Class
- FileDescriptorSet
- The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.
Namespace
Google\Protobuf\InternalCode
public function __construct($data = NULL) {
\GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
parent::__construct($data);
}