id = uniqid(); } public function toArray() { return [ 'id' => $this->id, 'context_id' => $this->context_id, 'icon' => $this->icon->asImagePath(), 'type' => $this->type, 'url' => $this->url, 'begin' => $this->begin, 'end' => $this->end, 'dialog' => $this->dialog, 'title' => $this->title, 'additionalShortInfo' => $this->additionalShortInfo, 'additionalInfoTitleTag' => $this->additionalInfoTitleTag ]; } }