forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp.php
More file actions
45 lines (44 loc) · 1.48 KB
/
php.php
File metadata and controls
45 lines (44 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?php
// DO NOT EDIT! Generated by Protobuf-PHP protoc plugin 1.0
// Source: php.proto
namespace {
\google\protobuf\FileOptions::extension(function(){
// OPTIONAL STRING php\namespace = 50002
$f = new \DrSlump\Protobuf\Field();
$f->number = 50002;
$f->name = "php\namespace";
$f->type = \DrSlump\Protobuf::TYPE_STRING;
$f->rule = \DrSlump\Protobuf::RULE_OPTIONAL;
return $f;
});
\google\protobuf\FileOptions::extension(function(){
// OPTIONAL STRING php\suffix = 50003
$f = new \DrSlump\Protobuf\Field();
$f->number = 50003;
$f->name = "php\suffix";
$f->type = \DrSlump\Protobuf::TYPE_STRING;
$f->rule = \DrSlump\Protobuf::RULE_OPTIONAL;
$f->default = ".php";
return $f;
});
\google\protobuf\FileOptions::extension(function(){
// OPTIONAL BOOL php\multifile = 50004
$f = new \DrSlump\Protobuf\Field();
$f->number = 50004;
$f->name = "php\multifile";
$f->type = \DrSlump\Protobuf::TYPE_BOOL;
$f->rule = \DrSlump\Protobuf::RULE_OPTIONAL;
$f->default = false;
return $f;
});
\google\protobuf\FileOptions::extension(function(){
// OPTIONAL BOOL php\generic_services = 50005
$f = new \DrSlump\Protobuf\Field();
$f->number = 50005;
$f->name = "php\generic_services";
$f->type = \DrSlump\Protobuf::TYPE_BOOL;
$f->rule = \DrSlump\Protobuf::RULE_OPTIONAL;
$f->default = false;
return $f;
});
}