diff --git a/Zweites Jahr/README.md b/Zweites Jahr/README.md index 6b0531b..6d2f2ff 100644 --- a/Zweites Jahr/README.md +++ b/Zweites Jahr/README.md @@ -2,7 +2,11 @@ ## Gemacht -*Wir warscheinlich nie aktuell aber egaaaal* +*Wir eventuell nie aktuell sein.* + +### 21-11-25 - PHP + +- Aufgabe von gestern Kontroliert + Kommentare hinzugefügt ### 20-11-25 - PHP diff --git a/Zweites Jahr/uebung_konto/konto.class.php b/Zweites Jahr/uebung_konto/konto.class.php index f3559c2..27c1c2e 100644 --- a/Zweites Jahr/uebung_konto/konto.class.php +++ b/Zweites Jahr/uebung_konto/konto.class.php @@ -3,11 +3,13 @@ class Konto{ + // Attribute private string $iban; private string $kontoInhaber; private float $kontoStand; private float $dispoRahmen; + // Kontruktor public function __construct(string $cIban, string $cInhaber, float $cdispo) { $this->iban = $cIban; $this->kontoInhaber = $cInhaber;