- Created JSON representation for VisitPriceRequirementResolver.php, including nodes and edges for methods and imports. - Added AST cache for migrations/Version20260717093000.php, detailing methods and their relationships. - Introduced AST cache for DiscountRuleRepository.php, capturing methods, imports, and their interactions.
1 line
6.0 KiB
JSON
1 line
6.0 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointmentevent_php", "label": "AppointmentEvent.php", "file_type": "code", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L1"}, {"id": "entity_appointmentevent_appointmentevent", "label": "AppointmentEvent", "file_type": "code", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L13"}, {"id": "appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L28"}, {"id": "entity_appointmentevent_appointmentevent_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L52"}, {"id": "entity_appointmentevent_appointmentevent_setactor", "label": ".setActor()", "file_type": "code", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L61"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L61"}, {"id": "entity_appointmentevent_appointmentevent_setreason", "label": ".setReason()", "file_type": "code", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L62"}, {"id": "entity_appointmentevent_appointmentevent_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L64"}, {"id": "entity_appointmentevent_appointmentevent_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L66"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointmentevent_php", "target": "appointmenteventrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointmentevent_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointmentevent_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_appointmentevent_php", "target": "entity_appointmentevent_appointmentevent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L13", "weight": 1.0}, {"source": "entity_appointmentevent_appointmentevent", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L28", "weight": 1.0, "context": "field"}, {"source": "entity_appointmentevent_appointmentevent", "target": "entity_appointmentevent_appointmentevent_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L52", "weight": 1.0}, {"source": "entity_appointmentevent_appointmentevent_construct", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L52", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_appointmentevent_appointmentevent", "target": "entity_appointmentevent_appointmentevent_setactor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L61", "weight": 1.0}, {"source": "entity_appointmentevent_appointmentevent_setactor", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L61", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointmentevent_appointmentevent", "target": "entity_appointmentevent_appointmentevent_setreason", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L62", "weight": 1.0}, {"source": "entity_appointmentevent_appointmentevent_setreason", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L62", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointmentevent_appointmentevent", "target": "entity_appointmentevent_appointmentevent_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L64", "weight": 1.0}, {"source": "entity_appointmentevent_appointmentevent", "target": "entity_appointmentevent_appointmentevent_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/AppointmentEvent.php", "source_location": "L66", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_appointmentevent_appointmentevent_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/AppointmentEvent.php", "source_location": "L54", "receiver": null}, {"caller_nid": "entity_appointmentevent_appointmentevent_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/AppointmentEvent.php", "source_location": "L54", "receiver": null}, {"caller_nid": "entity_appointmentevent_appointmentevent_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/AppointmentEvent.php", "source_location": "L58", "receiver": null}]} |