$this->url, 'target' => $this->target, 'class' => $this->class, 'title' => $this->title, 'additionalParams' => $this->additionalParams, ], $this->customParams); } public function jsonSerialize(): array { return $this->toArray(); } }