getShortName(); } /** * Cast object to string * * @throws EncoderException * @return string */ public function __toString(): string { return $this->encode(); } }