uid = $pro->uid; $this->name = $pro->name_display; $this->type = $pro->pro_type; $this->avatarFile = $pro->profile_picture_base64; $this->is_active_and_visible = $pro->is_currently_clocked_in; } }