abteilung = $abteilung; $this->anzahl= $this->anzahl+1; } public function getDaten() { echo "Name: $this->name
"; echo "Vorname: $this->vorname
"; echo "Code: $this->code
"; echo "Abteilung: $this->abteilung
"; echo "Anzahl: $this->anzahl"; } public function getAnzahl():int { return $this->anzahl; } } ?>