Files
clinicpro/graphify-out/cache/ast/v0.8.44/55da5cb4db0e24559e575c24450d6fea5b277ce11744791b6db7a86988f9d703.json
T
hamed a31e8b4314 Add AST JSON files for doctor service, tag controller, and SMS log entities
- Created new AST JSON file for the doctor service API documentation, detailing endpoints, parameters, and responses.
- Added AST JSON file for the TagController, including methods and their relationships with imported classes.
- Introduced AST JSON file for the SmsLog entity, outlining its methods and dependencies.
2026-07-01 14:21:08 +03:30

1 line
7.4 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_config_repository_siteconfigrepository_php", "label": "SiteConfigRepository.php", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L1"}, {"id": "repository_siteconfigrepository_siteconfigrepository", "label": "SiteConfigRepository", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L9"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_siteconfigrepository_siteconfigrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L33"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L33"}, {"id": "repository_siteconfigrepository_siteconfigrepository_get", "label": ".get()", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L38"}, {"id": "repository_siteconfigrepository_siteconfigrepository_getall", "label": ".getAll()", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L47"}, {"id": "repository_siteconfigrepository_siteconfigrepository_set", "label": ".set()", "file_type": "code", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L63"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_config_repository_siteconfigrepository_php", "target": "siteconfig", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_config_repository_siteconfigrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_config_repository_siteconfigrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_config_repository_siteconfigrepository_php", "target": "repository_siteconfigrepository_siteconfigrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_siteconfigrepository_siteconfigrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "repository_siteconfigrepository_siteconfigrepository", "target": "repository_siteconfigrepository_siteconfigrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L33", "weight": 1.0}, {"source": "repository_siteconfigrepository_siteconfigrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L33", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_siteconfigrepository_siteconfigrepository", "target": "repository_siteconfigrepository_siteconfigrepository_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L38", "weight": 1.0}, {"source": "repository_siteconfigrepository_siteconfigrepository", "target": "repository_siteconfigrepository_siteconfigrepository_getall", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L47", "weight": 1.0}, {"source": "repository_siteconfigrepository_siteconfigrepository", "target": "repository_siteconfigrepository_siteconfigrepository_set", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Config/Repository/SiteConfigRepository.php", "source_location": "L63", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_siteconfigrepository_siteconfigrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L35", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_get", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L40", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_get", "callee": "getValue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L42", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_getall", "callee": "findAll", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L49", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_getall", "callee": "getKey", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L52", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_getall", "callee": "getValue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L52", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_getall", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L56", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_set", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L65", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_set", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L68", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_set", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L68", "receiver": null}, {"caller_nid": "repository_siteconfigrepository_siteconfigrepository_set", "callee": "setValue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Config/Repository/SiteConfigRepository.php", "source_location": "L70", "receiver": null}]}