test_include.pb.php 770 B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: test_include.proto
  4. namespace Bar;
  5. use Google\Protobuf\Internal\DescriptorPool;
  6. use Google\Protobuf\Internal\GPBType;
  7. use Google\Protobuf\Internal\RepeatedField;
  8. use Google\Protobuf\Internal\GPBUtil;
  9. class TestInclude extends \Google\Protobuf\Internal\Message
  10. {
  11. private $a = 0;
  12. public function getA()
  13. {
  14. return $this->a;
  15. }
  16. public function setA($var)
  17. {
  18. GPBUtil::checkInt32($var);
  19. $this->a = $var;
  20. }
  21. }
  22. $pool = DescriptorPool::getGeneratedPool();
  23. $pool->internalAddGeneratedFile(hex2bin(
  24. "0a3b0a12746573745f696e636c7564652e70726f746f120362617222180a" .
  25. "0b54657374496e636c75646512090a0161180120012805620670726f746f" .
  26. "33"
  27. ));