Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 line
15 KiB
JSON
1 line
15 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_dateoverriderepository_php", "label": "DateOverrideRepository.php", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L1"}, {"id": "repository_dateoverriderepository_dateoverriderepository", "label": "DateOverrideRepository", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L11"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_dateoverriderepository_dateoverriderepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L13"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L13"}, {"id": "repository_dateoverriderepository_dateoverriderepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L18"}, {"id": "dateoverride", "label": "DateOverride", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L18"}, {"id": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "label": ".findByDoctorAndClinic()", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L29"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L29"}, {"id": "clinic", "label": "Clinic", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L29"}, {"id": "repository_dateoverriderepository_dateoverriderepository_findbydoctor", "label": ".findByDoctor()", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L46"}, {"id": "repository_dateoverriderepository_dateoverriderepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L51"}, {"id": "repository_dateoverriderepository_dateoverriderepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L57"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_dateoverriderepository_php", "target": "dateoverride", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_dateoverriderepository_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_dateoverriderepository_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_dateoverriderepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_dateoverriderepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_repository_dateoverriderepository_php", "target": "repository_dateoverriderepository_dateoverriderepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_dateoverriderepository_dateoverriderepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_dateoverriderepository_dateoverriderepository", "target": "repository_dateoverriderepository_dateoverriderepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L13", "weight": 1.0}, {"source": "repository_dateoverriderepository_dateoverriderepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L13", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_dateoverriderepository_dateoverriderepository", "target": "repository_dateoverriderepository_dateoverriderepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L18", "weight": 1.0}, {"source": "repository_dateoverriderepository_dateoverriderepository_findbyuuid", "target": "dateoverride", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L18", "weight": 1.0, "context": "return_type"}, {"source": "repository_dateoverriderepository_dateoverriderepository", "target": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L29", "weight": 1.0}, {"source": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L29", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L29", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_dateoverriderepository_dateoverriderepository", "target": "repository_dateoverriderepository_dateoverriderepository_findbydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L46", "weight": 1.0}, {"source": "repository_dateoverriderepository_dateoverriderepository_findbydoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L46", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_dateoverriderepository_dateoverriderepository", "target": "repository_dateoverriderepository_dateoverriderepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L51", "weight": 1.0}, {"source": "repository_dateoverriderepository_dateoverriderepository_save", "target": "dateoverride", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L51", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_dateoverriderepository_dateoverriderepository", "target": "repository_dateoverriderepository_dateoverriderepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L57", "weight": 1.0}, {"source": "repository_dateoverriderepository_dateoverriderepository_remove", "target": "dateoverride", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L57", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_dateoverriderepository_dateoverriderepository_construct", "target": "dateoverride", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L15", "weight": 1.0}, {"source": "repository_dateoverriderepository_dateoverriderepository_findbydoctor", "target": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L48", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_dateoverriderepository_dateoverriderepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L15", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L20", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L31", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L37", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L39", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L39", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L42", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_findbydoctorandclinic", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L42", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L53", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L53", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L54", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L54", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L59", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L60", "receiver": null}, {"caller_nid": "repository_dateoverriderepository_dateoverriderepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Repository/DateOverrideRepository.php", "source_location": "L60", "receiver": null}]} |