Exemple #1
0
 public function uponReceiving($description)
 {
     $interaction = new Interaction();
     $interaction->uponReceiving($description);
     array_push($this->interactions, $interaction);
     return $interaction;
 }