コード例 #1
0
ファイル: index.php プロジェクト: nxnc/WPF_MW
 public function __construct($vorname, $nachname, $matnr)
 {
     parent::__construct($vorname, $nachname);
     $this->matnr = $matnr;
 }
コード例 #2
0
ファイル: index.php プロジェクト: nxnc/WPF_MW
 public function showName()
 {
     //echo $this->vorname.' '.$this->nachname;
     parent::showName();
 }