addType('id','integer'); } public function jsonSerialize() { return [ 'id' => $this->id, 'name' => $this->name, 'inhaber' => $this->inhaber, 'street' => $this->street, 'plz' => $this->plz, 'city' => $this->city, 'agencymail' => $this->agencymail, 'phone' => $this->phone, 'agencygid' => $this->agencygid, 'agencydirid' => $this->agencydirid, 'standarddirid' => $this->standarddirid, ]; } }