public function __construct($vorname, $nachname, $matnr) { parent::__construct($vorname, $nachname); $this->matnr = $matnr; }