Files
clinicpro/graphify-out/cache/ast/v0.8.44/503ea396e2a5cd77232729e1d9ac2c313fd2eeab9f8d6673d7767db191f2f2a7.json
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
16 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_repository_clinicstaffrepository_php", "label": "ClinicStaffRepository.php", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L1"}, {"id": "repository_clinicstaffrepository_clinicstaffrepository", "label": "ClinicStaffRepository", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L10"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_clinicstaffrepository_clinicstaffrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L12"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L12"}, {"id": "repository_clinicstaffrepository_clinicstaffrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L17"}, {"id": "clinicstaff", "label": "ClinicStaff", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L17"}, {"id": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "label": ".findByEntity()", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L22"}, {"id": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuser", "label": ".findActiveByUser()", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L43"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L43"}, {"id": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuserandentity", "label": ".findActiveByUserAndEntity()", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L54"}, {"id": "repository_clinicstaffrepository_clinicstaffrepository_findbyentityandphone", "label": ".findByEntityAndPhone()", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L65"}, {"id": "repository_clinicstaffrepository_clinicstaffrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L74"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_repository_clinicstaffrepository_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_repository_clinicstaffrepository_php", "target": "clinicstaff", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_repository_clinicstaffrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_repository_clinicstaffrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_staff_repository_clinicstaffrepository_php", "target": "repository_clinicstaffrepository_clinicstaffrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_clinicstaffrepository_clinicstaffrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_clinicstaffrepository_clinicstaffrepository", "target": "repository_clinicstaffrepository_clinicstaffrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "repository_clinicstaffrepository_clinicstaffrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicstaffrepository_clinicstaffrepository", "target": "repository_clinicstaffrepository_clinicstaffrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_clinicstaffrepository_clinicstaffrepository_findbyuuid", "target": "clinicstaff", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L17", "weight": 1.0, "context": "return_type"}, {"source": "repository_clinicstaffrepository_clinicstaffrepository", "target": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L22", "weight": 1.0}, {"source": "repository_clinicstaffrepository_clinicstaffrepository", "target": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L43", "weight": 1.0}, {"source": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L43", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicstaffrepository_clinicstaffrepository", "target": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuserandentity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L54", "weight": 1.0}, {"source": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuserandentity", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L54", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuserandentity", "target": "clinicstaff", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L54", "weight": 1.0, "context": "return_type"}, {"source": "repository_clinicstaffrepository_clinicstaffrepository", "target": "repository_clinicstaffrepository_clinicstaffrepository_findbyentityandphone", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L65", "weight": 1.0}, {"source": "repository_clinicstaffrepository_clinicstaffrepository_findbyentityandphone", "target": "clinicstaff", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L65", "weight": 1.0, "context": "return_type"}, {"source": "repository_clinicstaffrepository_clinicstaffrepository", "target": "repository_clinicstaffrepository_clinicstaffrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L74", "weight": 1.0}, {"source": "repository_clinicstaffrepository_clinicstaffrepository_save", "target": "clinicstaff", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L74", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_clinicstaffrepository_clinicstaffrepository_construct", "target": "clinicstaff", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L14", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L14", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L32", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyentity", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuser", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuser", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuser", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuser", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuser", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuser", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuser", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findactivebyuserandentity", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L56", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_findbyentityandphone", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L67", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L76", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L76", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L77", "receiver": null}, {"caller_nid": "repository_clinicstaffrepository_clinicstaffrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Staff/Repository/ClinicStaffRepository.php", "source_location": "L77", "receiver": null}]}