aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/interop/message_set.php
blob: c35c6d74b2437e58e2130f88b950c61677bd59a1 (plain)
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
<?php
// DO NOT EDIT! Generated by Protobuf-PHP protoc plugin 1.0
// Source: net/proto2/bridge/proto/message_set.proto
//   Date: 2014-12-03 22:02:20

namespace proto2\bridge {

  class MessageSet extends \DrSlump\Protobuf\Message {


    /** @var \Closure[] */
    protected static $__extensions = array();

    public static function descriptor()
    {
      $descriptor = new \DrSlump\Protobuf\Descriptor(__CLASS__, 'proto2.bridge.MessageSet');

      foreach (self::$__extensions as $cb) {
        $descriptor->addField($cb(), true);
      }

      return $descriptor;
    }
  }
}