- Added a new column `national_code_verified` to the `users` table. - Normalized the `bank_account` field in the `representations` table from a single object to an array of IBANs with a default `verified` status of false. feat(ApiIrService): implement identity verification client for api.ir - Created `ApiIrService` to handle identity verification via api.ir. - Implemented methods for matching national code with mobile and IBAN with national code and birth date. - Added error handling and logging for external API requests.
1 line
36 KiB
JSON
1 line
36 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_userprofile_entity_userprofile_php", "label": "UserProfile.php", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L1"}, {"id": "entity_userprofile_userprofile", "label": "UserProfile", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L9"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L23"}, {"id": "entity_userprofile_userprofile_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L96"}, {"id": "entity_userprofile_userprofile_getid", "label": ".getId()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L104"}, {"id": "entity_userprofile_userprofile_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L105"}, {"id": "entity_userprofile_userprofile_getuser", "label": ".getUser()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L106"}, {"id": "entity_userprofile_userprofile_getlabel", "label": ".getLabel()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L108"}, {"id": "entity_userprofile_userprofile_getfamily", "label": ".getFamily()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L109"}, {"id": "entity_userprofile_userprofile_getfathersname", "label": ".getFathersName()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L110"}, {"id": "entity_userprofile_userprofile_getnationalcode", "label": ".getNationalCode()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L111"}, {"id": "entity_userprofile_userprofile_isnationalcodeapproved", "label": ".isNationalCodeApproved()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L112"}, {"id": "entity_userprofile_userprofile_getgender", "label": ".getGender()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L113"}, {"id": "entity_userprofile_userprofile_getdateofbirth", "label": ".getDateOfBirth()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L114"}, {"id": "entity_userprofile_userprofile_getbloodtype", "label": ".getBloodType()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L115"}, {"id": "entity_userprofile_userprofile_getmaritalstatus", "label": ".getMaritalStatus()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L116"}, {"id": "entity_userprofile_userprofile_geteducation", "label": ".getEducation()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L117"}, {"id": "entity_userprofile_userprofile_getjob", "label": ".getJob()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L118"}, {"id": "entity_userprofile_userprofile_getaddress", "label": ".getAddress()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L119"}, {"id": "entity_userprofile_userprofile_gethomephone", "label": ".getHomePhone()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L120"}, {"id": "entity_userprofile_userprofile_getworkphone", "label": ".getWorkPhone()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L121"}, {"id": "entity_userprofile_userprofile_getinsuranceid", "label": ".getInsuranceId()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L122"}, {"id": "entity_userprofile_userprofile_getbasicinsuranceid", "label": ".getBasicInsuranceId()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L123"}, {"id": "entity_userprofile_userprofile_getsupplementaryinsuranceid", "label": ".getSupplementaryInsuranceId()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L124"}, {"id": "entity_userprofile_userprofile_getother", "label": ".getOther()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L125"}, {"id": "entity_userprofile_userprofile_issharingwithuser", "label": ".isSharingWithUser()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L126"}, {"id": "entity_userprofile_userprofile_getdescription", "label": ".getDescription()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L127"}, {"id": "entity_userprofile_userprofile_getavatar", "label": ".getAvatar()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L128"}, {"id": "entity_userprofile_userprofile_getcreatedat", "label": ".getCreatedAt()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L129"}, {"id": "entity_userprofile_userprofile_getupdatedat", "label": ".getUpdatedAt()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L130"}, {"id": "entity_userprofile_userprofile_setlabel", "label": ".setLabel()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L132"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L132"}, {"id": "entity_userprofile_userprofile_setfamily", "label": ".setFamily()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L133"}, {"id": "entity_userprofile_userprofile_setfathersname", "label": ".setFathersName()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L134"}, {"id": "entity_userprofile_userprofile_setnationalcode", "label": ".setNationalCode()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L135"}, {"id": "entity_userprofile_userprofile_setnationalcodeapproved", "label": ".setNationalCodeApproved()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L136"}, {"id": "entity_userprofile_userprofile_setgender", "label": ".setGender()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L137"}, {"id": "entity_userprofile_userprofile_setdateofbirth", "label": ".setDateOfBirth()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L138"}, {"id": "entity_userprofile_userprofile_setbloodtype", "label": ".setBloodType()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L139"}, {"id": "entity_userprofile_userprofile_setmaritalstatus", "label": ".setMaritalStatus()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L140"}, {"id": "entity_userprofile_userprofile_seteducation", "label": ".setEducation()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L141"}, {"id": "entity_userprofile_userprofile_setjob", "label": ".setJob()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L142"}, {"id": "entity_userprofile_userprofile_setaddress", "label": ".setAddress()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L143"}, {"id": "entity_userprofile_userprofile_sethomephone", "label": ".setHomePhone()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L144"}, {"id": "entity_userprofile_userprofile_setworkphone", "label": ".setWorkPhone()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L145"}, {"id": "entity_userprofile_userprofile_setinsuranceid", "label": ".setInsuranceId()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L146"}, {"id": "entity_userprofile_userprofile_setbasicinsuranceid", "label": ".setBasicInsuranceId()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L147"}, {"id": "entity_userprofile_userprofile_setsupplementaryinsuranceid", "label": ".setSupplementaryInsuranceId()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L148"}, {"id": "entity_userprofile_userprofile_setother", "label": ".setOther()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L149"}, {"id": "entity_userprofile_userprofile_setsharingwithuser", "label": ".setSharingWithUser()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L150"}, {"id": "entity_userprofile_userprofile_setdescription", "label": ".setDescription()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L151"}, {"id": "entity_userprofile_userprofile_setavatar", "label": ".setAvatar()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L152"}, {"id": "entity_userprofile_userprofile_touch", "label": ".touch()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L154"}, {"id": "entity_userprofile_userprofile_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L156"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_userprofile_entity_userprofile_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_userprofile_entity_userprofile_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_userprofile_entity_userprofile_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_userprofile_entity_userprofile_php", "target": "entity_userprofile_userprofile", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L9", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L23", "weight": 1.0, "context": "field"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L96", "weight": 1.0}, {"source": "entity_userprofile_userprofile_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L96", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L104", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L105", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L106", "weight": 1.0}, {"source": "entity_userprofile_userprofile_getuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L106", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getlabel", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L108", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getfamily", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L109", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getfathersname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L110", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getnationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L111", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_isnationalcodeapproved", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L112", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getgender", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L113", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getdateofbirth", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L114", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getbloodtype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L115", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getmaritalstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L116", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_geteducation", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L117", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getjob", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L118", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L119", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_gethomephone", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L120", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getworkphone", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L121", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getinsuranceid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L122", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getbasicinsuranceid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L123", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getsupplementaryinsuranceid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L124", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getother", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L125", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_issharingwithuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L126", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L127", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getavatar", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L128", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getcreatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L129", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_getupdatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L130", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setlabel", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L132", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setlabel", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L132", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setfamily", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L133", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setfamily", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L133", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setfathersname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L134", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setfathersname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L134", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setnationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L135", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setnationalcode", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L135", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setnationalcodeapproved", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L136", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setnationalcodeapproved", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L136", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setgender", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L137", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setgender", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L137", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setdateofbirth", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L138", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setdateofbirth", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L138", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setbloodtype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L139", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setbloodtype", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L139", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setmaritalstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L140", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setmaritalstatus", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L140", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_seteducation", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L141", "weight": 1.0}, {"source": "entity_userprofile_userprofile_seteducation", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L141", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setjob", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L142", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setjob", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L142", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setaddress", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L143", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setaddress", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L143", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_sethomephone", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L144", "weight": 1.0}, {"source": "entity_userprofile_userprofile_sethomephone", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L144", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setworkphone", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L145", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setworkphone", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L145", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setinsuranceid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L146", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setinsuranceid", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L146", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setbasicinsuranceid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L147", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setbasicinsuranceid", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L147", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setsupplementaryinsuranceid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L148", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setsupplementaryinsuranceid", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L148", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setother", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L149", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setother", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L149", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setsharingwithuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L150", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setsharingwithuser", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L150", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setdescription", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L151", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setdescription", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L151", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_setavatar", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L152", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setavatar", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L152", "weight": 1.0, "context": "return_type"}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_touch", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L154", "weight": 1.0}, {"source": "entity_userprofile_userprofile", "target": "entity_userprofile_userprofile_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L156", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setfamily", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L133", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setfathersname", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L134", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setnationalcode", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L135", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setnationalcodeapproved", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L136", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setgender", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L137", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setdateofbirth", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L138", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setbloodtype", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L139", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setmaritalstatus", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L140", "weight": 1.0}, {"source": "entity_userprofile_userprofile_seteducation", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L141", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setjob", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L142", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setaddress", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L143", "weight": 1.0}, {"source": "entity_userprofile_userprofile_sethomephone", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L144", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setworkphone", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L145", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setinsuranceid", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L146", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setbasicinsuranceid", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L147", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setsupplementaryinsuranceid", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L148", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setother", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L149", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setsharingwithuser", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L150", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setdescription", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L151", "weight": 1.0}, {"source": "entity_userprofile_userprofile_setavatar", "target": "entity_userprofile_userprofile_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L152", "weight": 1.0}, {"source": "entity_userprofile_userprofile_toarray", "target": "entity_userprofile_userprofile_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/UserProfile/Entity/UserProfile.php", "source_location": "L161", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_userprofile_userprofile_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php", "source_location": "L98", "receiver": null}, {"caller_nid": "entity_userprofile_userprofile_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php", "source_location": "L98", "receiver": null}, {"caller_nid": "entity_userprofile_userprofile_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php", "source_location": "L100", "receiver": null}, {"caller_nid": "entity_userprofile_userprofile_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php", "source_location": "L101", "receiver": null}, {"caller_nid": "entity_userprofile_userprofile_touch", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/UserProfile/Entity/UserProfile.php", "source_location": "L154", "receiver": null}]} |