From fda487fee5a5c4a4134b1c29969da68ab325a801 Mon Sep 17 00:00:00 2001 From: danielvici123 <94993276+danielvici@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:38:32 +0100 Subject: [PATCH] abschreiben nicht fertig --- progp/25-2-19/lehrerclass.php | 2 +- progp/25-2-19/lehrerclasses.php | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 progp/25-2-19/lehrerclasses.php diff --git a/progp/25-2-19/lehrerclass.php b/progp/25-2-19/lehrerclass.php index d9c1764..6be720d 100644 --- a/progp/25-2-19/lehrerclass.php +++ b/progp/25-2-19/lehrerclass.php @@ -40,7 +40,7 @@ class Lehrer { public function ausgeben():void{ echo "

Lehrer: $this->vorname


"; echo "

Lehrer: $this->nachname


"; - echo "

Gehaltsstufe: $this->gehaltsstufe


"; + echo "

Gehaltsstufe: A$this->gehaltsstufe


"; } diff --git a/progp/25-2-19/lehrerclasses.php b/progp/25-2-19/lehrerclasses.php new file mode 100644 index 0000000..ec707d6 --- /dev/null +++ b/progp/25-2-19/lehrerclasses.php @@ -0,0 +1,15 @@ + + + + + + Document + + + ausgeben(); + ?> + + \ No newline at end of file