aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal/FieldOptions_JSType.php
Commit message (Collapse)AuthorAgeFilesLines
* 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/+37
1. Generate single file for each message. 2. Lazily initiate metadata.