Beispiel #1
0
 public function toArray()
 {
     $returnValue = array("user_login" => $this->login, "user_pass1" => $this->pass, "user_email" => "", "user_firstname" => "", "user_lastname" => "", "import_local" => true);
     return array_merge($this->taoDbConfig->toArray(), $this->generisConfig->toArray(), $returnValue);
 }