aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php
Commit message (Collapse)AuthorAgeFilesLines
* adds PHPDoc @return and @param for getters and setters respectively (#3131)Brent Shaffer2017-06-271-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | * adds PHPDoc @return and @param for getters and setters respectively * addresses changes in PR review * adds documentation tests * Update php_generator: - Prepend \ to names where required - Remove <pre> tags - Update protobuf field comments * Updates class files with the protobuf changes * Addresses review comments * removes Protobuf Type line from PHP generated classes * fixes phpdoc test * adds array types to phpdoc
* Add file option php_class_prefix (#2849)Paul Yang2017-03-171-2/+2
| | | | This option will be prepended to generated classes of all messages in the containing file.
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-0/+29
1. Generate single file for each message. 2. Lazily initiate metadata.