add aufgabe kontrolle
This commit is contained in:
@@ -2,7 +2,11 @@
|
|||||||
|
|
||||||
|
|
||||||
## Gemacht
|
## 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
|
### 20-11-25 - PHP
|
||||||
|
|
||||||
|
|||||||
@@ -3,11 +3,13 @@
|
|||||||
|
|
||||||
class Konto{
|
class Konto{
|
||||||
|
|
||||||
|
// Attribute
|
||||||
private string $iban;
|
private string $iban;
|
||||||
private string $kontoInhaber;
|
private string $kontoInhaber;
|
||||||
private float $kontoStand;
|
private float $kontoStand;
|
||||||
private float $dispoRahmen;
|
private float $dispoRahmen;
|
||||||
|
|
||||||
|
// Kontruktor
|
||||||
public function __construct(string $cIban, string $cInhaber, float $cdispo) {
|
public function __construct(string $cIban, string $cInhaber, float $cdispo) {
|
||||||
$this->iban = $cIban;
|
$this->iban = $cIban;
|
||||||
$this->kontoInhaber = $cInhaber;
|
$this->kontoInhaber = $cInhaber;
|
||||||
|
|||||||
Reference in New Issue
Block a user