1 line
7.4 KiB
JSON
1 line
7.4 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_entity_appointmentsegment_php", "label": "AppointmentSegment.php", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L1"}, {"id": "entity_appointmentsegment_appointmentsegment", "label": "AppointmentSegment", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L16"}, {"id": "appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L26"}, {"id": "entity_appointmentsegment_appointmentsegment_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L45"}, {"id": "entity_appointmentsegment_appointmentsegment_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L65"}, {"id": "entity_appointmentsegment_appointmentsegment_getappointment", "label": ".getAppointment()", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L66"}, {"id": "entity_appointmentsegment_appointmentsegment_getsequence", "label": ".getSequence()", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L67"}, {"id": "entity_appointmentsegment_appointmentsegment_getname", "label": ".getName()", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L68"}, {"id": "entity_appointmentsegment_appointmentsegment_getstartsat", "label": ".getStartsAt()", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L69"}, {"id": "entity_appointmentsegment_appointmentsegment_getendsat", "label": ".getEndsAt()", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L70"}, {"id": "entity_appointmentsegment_appointmentsegment_ispatientpresent", "label": ".isPatientPresent()", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L71"}, {"id": "entity_appointmentsegment_appointmentsegment_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L73"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_entity_appointmentsegment_php", "target": "appointmentsegmentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_entity_appointmentsegment_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_entity_appointmentsegment_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_entity_appointmentsegment_php", "target": "entity_appointmentsegment_appointmentsegment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L16", "weight": 1.0}, {"source": "entity_appointmentsegment_appointmentsegment", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L26", "weight": 1.0, "context": "field"}, {"source": "entity_appointmentsegment_appointmentsegment", "target": "entity_appointmentsegment_appointmentsegment_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L45", "weight": 1.0}, {"source": "entity_appointmentsegment_appointmentsegment_construct", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L45", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_appointmentsegment_appointmentsegment", "target": "entity_appointmentsegment_appointmentsegment_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L65", "weight": 1.0}, {"source": "entity_appointmentsegment_appointmentsegment", "target": "entity_appointmentsegment_appointmentsegment_getappointment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_appointmentsegment_appointmentsegment_getappointment", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L66", "weight": 1.0, "context": "return_type"}, {"source": "entity_appointmentsegment_appointmentsegment", "target": "entity_appointmentsegment_appointmentsegment_getsequence", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L67", "weight": 1.0}, {"source": "entity_appointmentsegment_appointmentsegment", "target": "entity_appointmentsegment_appointmentsegment_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L68", "weight": 1.0}, {"source": "entity_appointmentsegment_appointmentsegment", "target": "entity_appointmentsegment_appointmentsegment_getstartsat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L69", "weight": 1.0}, {"source": "entity_appointmentsegment_appointmentsegment", "target": "entity_appointmentsegment_appointmentsegment_getendsat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L70", "weight": 1.0}, {"source": "entity_appointmentsegment_appointmentsegment", "target": "entity_appointmentsegment_appointmentsegment_ispatientpresent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L71", "weight": 1.0}, {"source": "entity_appointmentsegment_appointmentsegment", "target": "entity_appointmentsegment_appointmentsegment_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L73", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_appointmentsegment_appointmentsegment_toarray", "callee": "intdiv", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Entity/AppointmentSegment.php", "source_location": "L80", "receiver": null}]} |