Example #1
0
 function __construct($Id = null, $Naam = null, $Voornaam = null, $Adres = null, $Postc = null, $Telnr = null, $Login = null, $Passwd = null, $Email = null, $GeheimeVraag = null, $GeheimAntwoord = null, $TypeAcc = null, $Status = null)
 {
     parent::__construct($Id, $Naam, $Voornaam, $Adres, $Postc, $Telnr, $Login, $Passwd, $Email, $TypeAcc);
     $this->Status = $Status;
 }
Example #2
0
 public function __construct($Id = null, $Naam = null, $Voornaam = null, $Adres = null, $Telnr = null, $Login = null, $Passwd = null, $Email = null, $TypeAcc = null)
 {
     parent::__construct($Id, $Naam, $Voornaam, $Adres, $Telnr, $Login, $Passwd, $Email, $TypeAcc);
 }