Add php protobuffer support for transition to GTFS-realtime
[busui.git] / lib / Protobuf-PHP / library / DrSlump / Protobuf / Compiler / protos / json.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
<?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    = 50102;
    $f->name      = "json.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    = 50103;
    $f->name      = "json.suffix";
    $f->type      = 9;
    $f->rule      = 1;
    $f->default   = ".pb.js";
    return $f;
  });
}