Files
clinicpro/graphify-out/cache/ast/v0.8.44/892fd7a1e10ac5346b6b2af4dd3f153b0b6300c093ef504642c1c65b4613a2d6.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
11 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemauditlogrepository_php", "label": "ServiceItemAuditLogRepository.php", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L1"}, {"id": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository", "label": "ServiceItemAuditLogRepository", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L10"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L12"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L12"}, {"id": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L17"}, {"id": "serviceitemauditlog", "label": "ServiceItemAuditLog", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L17"}, {"id": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_flush", "label": ".flush()", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L25"}, {"id": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "label": ".findByItem()", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L31"}, {"id": "serviceitem", "label": "ServiceItem", "file_type": "code", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L31"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemauditlogrepository_php", "target": "serviceitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemauditlogrepository_php", "target": "serviceitemauditlog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemauditlogrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemauditlogrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_clinicservice_repository_serviceitemauditlogrepository_php", "target": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository", "target": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository", "target": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_save", "target": "serviceitemauditlog", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L17", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository", "target": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_flush", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L25", "weight": 1.0}, {"source": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository", "target": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L31", "weight": 1.0}, {"source": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L31", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_construct", "target": "serviceitemauditlog", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_save", "target": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_flush", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L21", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L14", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L21", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_flush", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L27", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "callee": "addOrderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L33", "receiver": null}, {"caller_nid": "repository_serviceitemauditlogrepository_serviceitemauditlogrepository_findbyitem", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/ClinicService/Repository/ServiceItemAuditLogRepository.php", "source_location": "L33", "receiver": null}]}