Sets the php class prefix which is prepended to all php generated classes from this .proto. Default is empty.
Generated from protobuf field <code>optional string php_class_prefix = 40;</code>
string
public function getPhpClassPrefix() { return isset($this->php_class_prefix) ? $this->php_class_prefix : ''; }