- 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
24 KiB
JSON
1 line
24 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "label": "ClinicRepository.php", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L1"}, {"id": "repository_clinicrepository_clinicrepository", "label": "ClinicRepository", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L14"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_clinicrepository_clinicrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L16"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L16"}, {"id": "repository_clinicrepository_clinicrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L21"}, {"id": "clinic", "label": "Clinic", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L21"}, {"id": "repository_clinicrepository_clinicrepository_findbydoctor", "label": ".findByDoctor()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L27"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L27"}, {"id": "repository_clinicrepository_clinicrepository_findbyuser", "label": ".findByUser()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L37"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L37"}, {"id": "repository_clinicrepository_clinicrepository_findwithfilters", "label": ".findWithFilters()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L42"}, {"id": "repository_clinicrepository_clinicrepository_findaddresslocations", "label": ".findAddressLocations()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L93"}, {"id": "repository_clinicrepository_clinicrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L120"}, {"id": "repository_clinicrepository_clinicrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L128"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "join", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "paginator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinic_repository_clinicrepository_php", "target": "repository_clinicrepository_clinicrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L16", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L16", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L21", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_findbyuuid", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L21", "weight": 1.0, "context": "return_type"}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_findbydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L27", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_findbydoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L27", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_findbyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L37", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_findbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L37", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicrepository_clinicrepository_findbyuser", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L37", "weight": 1.0, "context": "return_type"}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_findwithfilters", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L42", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_findaddresslocations", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L93", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L120", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_save", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L120", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicrepository_clinicrepository", "target": "repository_clinicrepository_clinicrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L128", "weight": 1.0}, {"source": "repository_clinicrepository_clinicrepository_remove", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L128", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicrepository_clinicrepository_construct", "target": "clinic", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Clinic/Repository/ClinicRepository.php", "source_location": "L18", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_clinicrepository_clinicrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L18", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L23", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "innerJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbydoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L32", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findbyuser", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L39", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "strtoupper", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L46", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "distinct", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L48", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L48", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L48", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L55", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L55", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L56", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L58", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L59", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L59", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L61", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L62", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L62", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L65", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L66", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L66", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L69", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "count", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L71", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L72", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L72", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L72", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L72", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findwithfilters", "callee": "ceil", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L82", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L99", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_findaddresslocations", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L112", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L122", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L122", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L124", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L124", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L130", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L132", "receiver": null}, {"caller_nid": "repository_clinicrepository_clinicrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Clinic/Repository/ClinicRepository.php", "source_location": "L132", "receiver": null}]} |