stringTemplate($this->after); } protected function setAfter(array|string|null $after = null): void { $this->after = $this->i18n($after); } }