phpNamespace property

  1. @TagNumber(41)
String phpNamespace

Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace.

Implementation

@$pb.TagNumber(41)
$core.String get phpNamespace => $_getSZ(16);
  1. @TagNumber(41)
void phpNamespace=(String v)

Implementation

@$pb.TagNumber(41)
set phpNamespace($core.String v) { $_setString(16, v); }