コード例 #1
0
 public function haalBestregOp($bestellingId)
 {
     $bestelling = BestregDAO::getByBestellingId($bestellingId);
     return $bestelling;
 }