phpClassPrefix property

  1. @TagNumber(40)
String phpClassPrefix

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);
  1. @TagNumber(40)
void phpClassPrefix=(String v)

Implementation

@$pb.TagNumber(40)
set phpClassPrefix($core.String v) { $_setString(15, v); }