Files
clinicpro/graphify-out/cache/ast/v0.8.44/4ff0ce363cc88f1124b57a51b4f8ab5d795e489c5dac59613ab59d8f8d65c2c5.json
T
hamed f2ecaf201a Add JSON files for task 14 events utilization documentation
- Created new JSON file for database.md with nodes and edges representing the structure and relationships within the document.
- Created new JSON file for architecture.md with nodes and edges detailing the architecture of the task 14 events utilization.
2026-07-30 12:16:27 +03:30

1 line
14 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_holiday_php", "label": "Holiday.php", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L1"}, {"id": "entity_holiday_holiday", "label": "Holiday", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L20"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L33"}, {"id": "clinic", "label": "Clinic", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L38"}, {"id": "entity_holiday_holiday_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L60"}, {"id": "entity_holiday_holiday_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L71"}, {"id": "entity_holiday_holiday_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L72"}, {"id": "entity_holiday_holiday_getdoctor", "label": ".getDoctor()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L73"}, {"id": "entity_holiday_holiday_getclinic", "label": ".getClinic()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L74"}, {"id": "entity_holiday_holiday_isglobal", "label": ".isGlobal()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L75"}, {"id": "entity_holiday_holiday_getstartdate", "label": ".getStartDate()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L76"}, {"id": "entity_holiday_holiday_getenddate", "label": ".getEndDate()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L77"}, {"id": "entity_holiday_holiday_isactive", "label": ".isActive()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L78"}, {"id": "entity_holiday_holiday_getreason", "label": ".getReason()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L79"}, {"id": "entity_holiday_holiday_setstartdate", "label": ".setStartDate()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L81"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L81"}, {"id": "entity_holiday_holiday_setenddate", "label": ".setEndDate()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L82"}, {"id": "entity_holiday_holiday_setactive", "label": ".setActive()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L83"}, {"id": "entity_holiday_holiday_setreason", "label": ".setReason()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L84"}, {"id": "entity_holiday_holiday_touch", "label": ".touch()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L86"}, {"id": "entity_holiday_holiday_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L88"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_holiday_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_holiday_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_holiday_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_holiday_php", "target": "holidayrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_holiday_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_entity_holiday_php", "target": "entity_holiday_holiday", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L20", "weight": 1.0}, {"source": "entity_holiday_holiday", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L33", "weight": 1.0, "context": "field"}, {"source": "entity_holiday_holiday", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L38", "weight": 1.0, "context": "field"}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_holiday_holiday_construct", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_holiday_holiday_construct", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L71", "weight": 1.0}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L72", "weight": 1.0}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_getdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L73", "weight": 1.0}, {"source": "entity_holiday_holiday_getdoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L73", "weight": 1.0, "context": "return_type"}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_getclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L74", "weight": 1.0}, {"source": "entity_holiday_holiday_getclinic", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L74", "weight": 1.0, "context": "return_type"}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_isglobal", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L75", "weight": 1.0}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_getstartdate", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L76", "weight": 1.0}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_getenddate", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L77", "weight": 1.0}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_isactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L78", "weight": 1.0}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_getreason", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L79", "weight": 1.0}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_setstartdate", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_holiday_holiday_setstartdate", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L81", "weight": 1.0, "context": "return_type"}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_setenddate", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L82", "weight": 1.0}, {"source": "entity_holiday_holiday_setenddate", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L82", "weight": 1.0, "context": "return_type"}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_setactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L83", "weight": 1.0}, {"source": "entity_holiday_holiday_setactive", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L83", "weight": 1.0, "context": "return_type"}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_setreason", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L84", "weight": 1.0}, {"source": "entity_holiday_holiday_setreason", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L84", "weight": 1.0, "context": "return_type"}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_touch", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L86", "weight": 1.0}, {"source": "entity_holiday_holiday", "target": "entity_holiday_holiday_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L88", "weight": 1.0}, {"source": "entity_holiday_holiday_setstartdate", "target": "entity_holiday_holiday_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_holiday_holiday_setenddate", "target": "entity_holiday_holiday_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L82", "weight": 1.0}, {"source": "entity_holiday_holiday_setactive", "target": "entity_holiday_holiday_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L83", "weight": 1.0}, {"source": "entity_holiday_holiday_setreason", "target": "entity_holiday_holiday_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L84", "weight": 1.0}, {"source": "entity_holiday_holiday_toarray", "target": "entity_holiday_holiday_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Entity/Holiday.php", "source_location": "L92", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_holiday_holiday_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php", "source_location": "L62", "receiver": null}, {"caller_nid": "entity_holiday_holiday_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php", "source_location": "L62", "receiver": null}, {"caller_nid": "entity_holiday_holiday_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php", "source_location": "L67", "receiver": null}, {"caller_nid": "entity_holiday_holiday_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php", "source_location": "L68", "receiver": null}, {"caller_nid": "entity_holiday_holiday_touch", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php", "source_location": "L86", "receiver": null}, {"caller_nid": "entity_holiday_holiday_toarray", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php", "source_location": "L99", "receiver": null}, {"caller_nid": "entity_holiday_holiday_toarray", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Entity/Holiday.php", "source_location": "L100", "receiver": null}]}