add aufgabe kontrolle
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user