phpClassPrefix property
Sets the php class prefix which is prepended to all php generated classes from this .proto. Default is empty.
Implementation
@$pb.TagNumber(40)
$core.String get phpClassPrefix => $_getSZ(15);
Implementation
@$pb.TagNumber(40)
set phpClassPrefix($core.String v) { $_setString(15, v); }