$this->name, 'version' => $this->version, 'path' => $this->path, 'code' => $this->code, 'description' => $this->description, 'type' => $this->type, 'type_format' => trans('admin/plugin.' . $this->type), 'icon' => $this->icon, 'author' => $this->author, 'status' => $this->getStatus(), 'installed' => $this->getInstalled(), 'edit_url' => $this->getEditUrl(), ]; return $data; } }