aboutsummaryrefslogtreecommitdiff
path: root/php/tests/test_include.pb.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/tests/test_include.pb.php')
-rw-r--r--php/tests/test_include.pb.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/php/tests/test_include.pb.php b/php/tests/test_include.pb.php
index 2c43cc41..11ff59cb 100644
--- a/php/tests/test_include.pb.php
+++ b/php/tests/test_include.pb.php
@@ -9,15 +9,27 @@ use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+/**
+ * Protobuf type <code>bar.TestInclude</code>
+ */
class TestInclude extends \Google\Protobuf\Internal\Message
{
+ /**
+ * <code>optional int32 a = 1;</code>
+ */
private $a = 0;
+ /**
+ * <code>optional int32 a = 1;</code>
+ */
public function getA()
{
return $this->a;
}
+ /**
+ * <code>optional int32 a = 1;</code>
+ */
public function setA($var)
{
GPBUtil::checkInt32($var);