createFromTableRow([ 'uid' => $uid, 'cid' => $cid, 'name' => $name, 'url' => $url, 'request' => $request, 'photo' => $photo, 'note' => $note, ]); } public function createEmpty(int $id): Entity\FriendSuggest { return $this->createFromTableRow(['id' => $id]); } }