function Annotation::setSourceFile
Identifies the filesystem path to the original source .proto.
Generated from protobuf field <code>optional string source_file = 2;</code>
Parameters
string $var:
Return value
$this
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GeneratedCodeInfo/ Annotation.php, line 133
Class
- Annotation
- Generated from protobuf message <code>google.protobuf.GeneratedCodeInfo.Annotation</code>
Namespace
Google\Protobuf\Internal\GeneratedCodeInfoCode
public function setSourceFile($var) {
GPBUtil::checkString($var, True);
$this->source_file = $var;
return $this;
}