This option will be prepended to generated classes of all messages in the containing file.
7 lines
95 B
Protocol Buffer
7 lines
95 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option php_class_prefix = "Prefix";
|
|
|
|
message TestPrefix {
|
|
int32 a = 1;
|
|
}
|