コード例 #1
0
 public function getKlantOverzicht()
 {
     $klantDAO = new KlantDAO();
     $lijst = $klantDAO->getAll();
     return $lijst;
 }