Exemple #1
0
 public function __construct(Medlem $medlem)
 {
     $this->setMal(Mal::listByMedlem($medlem));
     $this->setMedlem($medlem);
 }