function Annotation::setBegin
Identifies the starting offset in bytes in the generated code that relates to the identified object.
Generated from protobuf field <code>optional int32 begin = 3;</code>
Parameters
int $var:
Return value
$this
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GeneratedCodeInfo/ Annotation.php, line 171
Class
- Annotation
- Generated from protobuf message <code>google.protobuf.GeneratedCodeInfo.Annotation</code>
Namespace
Google\Protobuf\Internal\GeneratedCodeInfoCode
public function setBegin($var) {
GPBUtil::checkInt32($var);
$this->begin = $var;
return $this;
}