$this->id, 'name' => $this->name, 'father_name' => $this->father_name, 'email' => $this->email, 'phone' => $this->phone, 'cnic' => $this->cnic, 'dob' => $this->dob, 'gender' => $this->gender, 'picture' => $this->getFileFullUrl($this->picture), 'address' => $this->address, 'notes' => $this->notes ]; } }