string = $string; $this->offset = $offset; } /** * @return string */ public function string(): string { return $this->string; } /** * @return int */ public function offset(): int { return $this->offset; } }