createFromTableRow([ 'uid' => $uid, 'suggest-cid' => $sid, 'contact-id' => $cid, 'knowyou' => $knowyou, 'note' => $note, 'hash' => Strings::getRandomHex(), 'datetime' => DateTimeFormat::utcNow(), 'ignore' => false, ]); } public function createDummy(?int $id): Entity\Introduction { return $this->createFromTableRow(['id' => $id]); } }