$this->id, 'board' => $this->board, 'order' => $this->order, 'module' => $this->module, 'component' => $this->component, ]; } /** * {@inheritdoc} */ public function jsonSerialize() : mixed { return $this->toArray(); } }