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

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_repository_wallettransactionrepository_php", "label": "WalletTransactionRepository.php", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L1"}, {"id": "repository_wallettransactionrepository_wallettransactionrepository", "label": "WalletTransactionRepository", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L10"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_wallettransactionrepository_wallettransactionrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L12"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L12"}, {"id": "repository_wallettransactionrepository_wallettransactionrepository_findbyuser", "label": ".findByUser()", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L18"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L18"}, {"id": "repository_wallettransactionrepository_wallettransactionrepository_countbyuser", "label": ".countByUser()", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L23"}, {"id": "repository_wallettransactionrepository_wallettransactionrepository_findbyuserforenvironment", "label": ".findByUserForEnvironment()", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L39"}, {"id": "repository_wallettransactionrepository_wallettransactionrepository_countbyuserforenvironment", "label": ".countByUserForEnvironment()", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L54"}, {"id": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "label": ".environmentScoped()", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L62"}, {"id": "querybuilder", "label": "QueryBuilder", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L62"}, {"id": "repository_wallettransactionrepository_wallettransactionrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L71"}, {"id": "wallettransaction", "label": "WalletTransaction", "file_type": "code", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L71"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_repository_wallettransactionrepository_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_repository_wallettransactionrepository_php", "target": "wallettransaction", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_repository_wallettransactionrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_repository_wallettransactionrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_settlement_repository_wallettransactionrepository_php", "target": "repository_wallettransactionrepository_wallettransactionrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository", "target": "repository_wallettransactionrepository_wallettransactionrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_wallettransactionrepository_wallettransactionrepository", "target": "repository_wallettransactionrepository_wallettransactionrepository_findbyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L18", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_findbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L18", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_wallettransactionrepository_wallettransactionrepository", "target": "repository_wallettransactionrepository_wallettransactionrepository_countbyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L23", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_countbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L23", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_wallettransactionrepository_wallettransactionrepository", "target": "repository_wallettransactionrepository_wallettransactionrepository_findbyuserforenvironment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L39", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_findbyuserforenvironment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L39", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_wallettransactionrepository_wallettransactionrepository", "target": "repository_wallettransactionrepository_wallettransactionrepository_countbyuserforenvironment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L54", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_countbyuserforenvironment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L54", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_wallettransactionrepository_wallettransactionrepository", "target": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L62", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L62", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "target": "querybuilder", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L62", "weight": 1.0, "context": "return_type"}, {"source": "repository_wallettransactionrepository_wallettransactionrepository", "target": "repository_wallettransactionrepository_wallettransactionrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L71", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_save", "target": "wallettransaction", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L71", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_construct", "target": "wallettransaction", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_findbyuserforenvironment", "target": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L46", "weight": 1.0}, {"source": "repository_wallettransactionrepository_wallettransactionrepository_countbyuserforenvironment", "target": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L56", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L14", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_findbyuser", "callee": "findBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L20", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_countbyuser", "callee": "count", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_findbyuserforenvironment", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L46", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_findbyuserforenvironment", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L46", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_findbyuserforenvironment", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L46", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_findbyuserforenvironment", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L46", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_findbyuserforenvironment", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L46", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_countbyuserforenvironment", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L56", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_countbyuserforenvironment", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L56", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_countbyuserforenvironment", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L56", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_environmentscoped", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L73", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L73", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_wallettransactionrepository_wallettransactionrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Settlement/Repository/WalletTransactionRepository.php", "source_location": "L74", "receiver": null}]}