short = $short; return $this; } /** * Get short * * @return string */ public function getShort() { return $this->short; } /** * Returns a string representation of the civility * * @return string */ public function __toString(): string { return $this->short; } }