add aufgabe kontrolle
This commit is contained in:
@@ -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