For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
Generated from protobuf field <code>optional string extendee = 2;</code>
string $var:
$this
public function setExtendee($var) { GPBUtil::checkString($var, True); $this->extendee = $var; return $this; }