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