예제 #1
0
파일: index.php 프로젝트: nxnc/WPF_MW
 public function __construct($vorname, $nachname, $matnr)
 {
     parent::__construct($vorname, $nachname);
     $this->matnr = $matnr;
 }