Files
clinicpro/graphify-out/cache/ast/v0.8.44/57721807456fc1a9e0c2df0dadb2b4c45cff8a7c2e650c33ff1e4edc22ec9eb0.json
T

1 line
23 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_repository_commentrepository_php", "label": "CommentRepository.php", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L1"}, {"id": "repository_commentrepository_commentrepository", "label": "CommentRepository", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L11"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_commentrepository_commentrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L13"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L13"}, {"id": "repository_commentrepository_commentrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L15"}, {"id": "comment", "label": "Comment", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L15"}, {"id": "repository_commentrepository_commentrepository_findapprovedbydoctor", "label": ".findApprovedByDoctor()", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L18"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L18"}, {"id": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "label": ".countApprovedRootsByDoctor()", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L23"}, {"id": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "label": ".findApprovedRootsByDoctor()", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L37"}, {"id": "repository_commentrepository_commentrepository_countpending", "label": ".countPending()", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L78"}, {"id": "repository_commentrepository_commentrepository_findpending", "label": ".findPending()", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L84"}, {"id": "repository_commentrepository_commentrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L89"}, {"id": "repository_commentrepository_commentrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L90"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_repository_commentrepository_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_repository_commentrepository_php", "target": "comment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_repository_commentrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_repository_commentrepository_php", "target": "paginator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_repository_commentrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_repository_commentrepository_php", "target": "repository_commentrepository_commentrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository", "target": "repository_commentrepository_commentrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L13", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L13", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_commentrepository_commentrepository", "target": "repository_commentrepository_commentrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L15", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_findbyuuid", "target": "comment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L15", "weight": 1.0, "context": "return_type"}, {"source": "repository_commentrepository_commentrepository", "target": "repository_commentrepository_commentrepository_findapprovedbydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L18", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_findapprovedbydoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L18", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_commentrepository_commentrepository", "target": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L23", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L23", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_commentrepository_commentrepository", "target": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L37", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L37", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_commentrepository_commentrepository", "target": "repository_commentrepository_commentrepository_countpending", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L78", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository", "target": "repository_commentrepository_commentrepository_findpending", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L84", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository", "target": "repository_commentrepository_commentrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L89", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_save", "target": "comment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L89", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_commentrepository_commentrepository", "target": "repository_commentrepository_commentrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L90", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_remove", "target": "comment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L90", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_commentrepository_commentrepository_construct", "target": "comment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L13", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_findapprovedbydoctor", "target": "comment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L20", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "target": "comment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L31", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "target": "comment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L53", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_countpending", "target": "comment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L80", "weight": 1.0}, {"source": "repository_commentrepository_commentrepository_findpending", "target": "comment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Rating/Repository/CommentRepository.php", "source_location": "L86", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_commentrepository_commentrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L13", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L15", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedbydoctor", "callee": "findBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L20", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_countapprovedrootsbydoctor", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L25", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "addSelect", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L45", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "iterator_to_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L58", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "addSelect", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findapprovedrootsbydoctor", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L63", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_countpending", "callee": "count", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L80", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_findpending", "callee": "findBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L86", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L89", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L89", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L89", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L89", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L90", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L90", "receiver": null}, {"caller_nid": "repository_commentrepository_commentrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Repository/CommentRepository.php", "source_location": "L90", "receiver": null}]}