Files
clinicpro/graphify-out/cache/ast/v0.8.44/8fc635eceee7b920349350392560321306424ff1fbfe478684b53f61d84ebc82.json
T
hamed 2553b45990 Add AST cache files for VisitPriceRequirementResolver, Version20260717093000, and DiscountRuleRepository
- 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.
2026-07-18 12:38:15 +03:30

1 line
9.2 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_repository_sessionauditlogrepository_php", "label": "SessionAuditLogRepository.php", "file_type": "code", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L1"}, {"id": "repository_sessionauditlogrepository_sessionauditlogrepository", "label": "SessionAuditLogRepository", "file_type": "code", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L9"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_sessionauditlogrepository_sessionauditlogrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L11"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L11"}, {"id": "repository_sessionauditlogrepository_sessionauditlogrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L13"}, {"id": "sessionauditlog", "label": "SessionAuditLog", "file_type": "code", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L13"}, {"id": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "label": ".findBySessionUuid()", "file_type": "code", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L22"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_repository_sessionauditlogrepository_php", "target": "sessionauditlog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_repository_sessionauditlogrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_repository_sessionauditlogrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_patient_repository_sessionauditlogrepository_php", "target": "repository_sessionauditlogrepository_sessionauditlogrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_sessionauditlogrepository_sessionauditlogrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_sessionauditlogrepository_sessionauditlogrepository", "target": "repository_sessionauditlogrepository_sessionauditlogrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_sessionauditlogrepository_sessionauditlogrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L11", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_sessionauditlogrepository_sessionauditlogrepository", "target": "repository_sessionauditlogrepository_sessionauditlogrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L13", "weight": 1.0}, {"source": "repository_sessionauditlogrepository_sessionauditlogrepository_save", "target": "sessionauditlog", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L13", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_sessionauditlogrepository_sessionauditlogrepository", "target": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L22", "weight": 1.0}, {"source": "repository_sessionauditlogrepository_sessionauditlogrepository_construct", "target": "sessionauditlog", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L11", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L11", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L15", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L15", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L17", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L17", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "callee": "addOrderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_sessionauditlogrepository_sessionauditlogrepository_findbysessionuuid", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Patient/Repository/SessionAuditLogRepository.php", "source_location": "L24", "receiver": null}]}