test_no_namespace.pb.php 759 B

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