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