uid = $uid; $this->cid = $cid; $this->sid = $sid; $this->knowyou = $knowyou; $this->note = $note; $this->hash = $hash; $this->datetime = $datetime; $this->ignore = $ignore; $this->id = $id; } /** * Ignore the current Introduction */ public function ignore() { $this->ignore = true; } }