$this->id, 'sent_uid' => $this->sent_uid, "editor" => UserApi::getByUuId($this->user_uid), 'content' => $this->content, 'landmark' => $this->landmark, 'created_at' => $this->created_at ]; return $data; } }