id = $id; } /** * @inheritDoc */ public function getTemplateData(): array { return [ 'id' => $this->id, ]; } }