aboutsummaryrefslogtreecommitdiff
path: root/php/tests/test_include.pb.php
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2016-12-01 14:50:53 -0800
committerGitHub <noreply@github.com>2016-12-01 14:50:53 -0800
commitf8ca3acd2924421dc18f685c629a6e54875ac113 (patch)
treedada312c32cbeb330858d7420c8b8dfe79eedc43 /php/tests/test_include.pb.php
parent851cb81ddd9365ce6973b56ea102ab4d3296b349 (diff)
downloadprotobuf-f8ca3acd2924421dc18f685c629a6e54875ac113.tar.gz
protobuf-f8ca3acd2924421dc18f685c629a6e54875ac113.tar.bz2
protobuf-f8ca3acd2924421dc18f685c629a6e54875ac113.zip
Generate phpdoc in php generated files. (#2406)
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);