Add php protobuffer support for transition to GTFS-realtime
[busui.git] / lib / Protobuf-PHP / library / DrSlump / Protobuf / Compiler / protos / php.pb.php
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
46
47
48
<?php
// DO NOT EDIT! Generated by Protobuf for PHP protoc plugin @package_version@
// Source: php.proto
//   Date: 2011-03-20 01:27:38
 
namespace {
 
  \google\protobuf\FileOptions::extension(function(){
      // optional  php.namespace = 50002
    $f = new \DrSlump\Protobuf\Field();
    $f->number    = 50002;
    $f->name      = "php.namespace";
    $f->type      = 9;
    $f->rule      = 1;
    return $f;
  });
  \google\protobuf\FileOptions::extension(function(){
      // optional  php.suffix = 50003
    $f = new \DrSlump\Protobuf\Field();
    $f->number    = 50003;
    $f->name      = "php.suffix";
    $f->type      = 9;
    $f->rule      = 1;
    $f->default   = ".php";
    return $f;
  });
  \google\protobuf\FileOptions::extension(function(){
      // optional  php.multiple = 50004
    $f = new \DrSlump\Protobuf\Field();
    $f->number    = 50004;
    $f->name      = "php.multifile";
    $f->type      = 8;
    $f->rule      = 1;
    $f->default   = false;
    return $f;
  });
  \google\protobuf\FileOptions::extension(function(){
      // optional  php.generic_services = 50005
    $f = new \DrSlump\Protobuf\Field();
    $f->number    = 50005;
    $f->name      = "php.generic_services";
    $f->type      = 8;
    $f->rule      = 1;
    $f->default   = false;
    return $f;
  });
}