Hatte auch
$this->data->GetUserPersonData();und$this->['data']->GetUserPersonData();probiert, aber beides führt zu Fehlern :(
Kein Wunder. Wenn Du:
$this -> data = $this -> GetUserPersonData();
willst. Dann solltest Du das auch so notieren.
Hatte auch
$this->data->GetUserPersonData();und$this->['data']->GetUserPersonData();probiert, aber beides führt zu Fehlern :(
Kein Wunder. Wenn Du:
$this -> data = $this -> GetUserPersonData();
willst. Dann solltest Du das auch so notieren.