1 line
15 KiB
JSON
1 line
15 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_comment_php", "label": "Comment.php", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L1"}, {"id": "entity_comment_comment", "label": "Comment", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L13"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L30"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L34"}, {"id": "collection", "label": "Collection", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L42"}, {"id": "entity_comment_comment_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L60"}, {"id": "entity_comment_comment_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L73"}, {"id": "entity_comment_comment_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L74"}, {"id": "entity_comment_comment_getuser", "label": ".getUser()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L75"}, {"id": "entity_comment_comment_getdoctor", "label": ".getDoctor()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L76"}, {"id": "entity_comment_comment_getbody", "label": ".getBody()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L77"}, {"id": "entity_comment_comment_getstatus", "label": ".getStatus()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L78"}, {"id": "entity_comment_comment_getlikes", "label": ".getLikes()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L79"}, {"id": "entity_comment_comment_getparent", "label": ".getParent()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L80"}, {"id": "entity_comment_comment_getreplies", "label": ".getReplies()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L81"}, {"id": "entity_comment_comment_setbody", "label": ".setBody()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L83"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L83"}, {"id": "entity_comment_comment_approve", "label": ".approve()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L85"}, {"id": "entity_comment_comment_reject", "label": ".reject()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L86"}, {"id": "entity_comment_comment_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L88"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_comment_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_comment_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_comment_php", "target": "arraycollection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_comment_php", "target": "collection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_comment_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_comment_php", "target": "commentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_comment_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_rating_entity_comment_php", "target": "entity_comment_comment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L13", "weight": 1.0}, {"source": "entity_comment_comment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L30", "weight": 1.0, "context": "field"}, {"source": "entity_comment_comment", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L34", "weight": 1.0, "context": "field"}, {"source": "entity_comment_comment", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L42", "weight": 1.0, "context": "field"}, {"source": "entity_comment_comment", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L51", "weight": 1.0, "context": "field"}, {"source": "entity_comment_comment", "target": "entity_comment_comment_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_comment_comment_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_comment_comment_construct", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_comment_comment_construct", "target": "entity_comment_comment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_comment_comment", "target": "entity_comment_comment_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L73", "weight": 1.0}, {"source": "entity_comment_comment", "target": "entity_comment_comment_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L74", "weight": 1.0}, {"source": "entity_comment_comment", "target": "entity_comment_comment_getuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L75", "weight": 1.0}, {"source": "entity_comment_comment_getuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L75", "weight": 1.0, "context": "return_type"}, {"source": "entity_comment_comment", "target": "entity_comment_comment_getdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L76", "weight": 1.0}, {"source": "entity_comment_comment_getdoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L76", "weight": 1.0, "context": "return_type"}, {"source": "entity_comment_comment", "target": "entity_comment_comment_getbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L77", "weight": 1.0}, {"source": "entity_comment_comment", "target": "entity_comment_comment_getstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L78", "weight": 1.0}, {"source": "entity_comment_comment", "target": "entity_comment_comment_getlikes", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L79", "weight": 1.0}, {"source": "entity_comment_comment_getlikes", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L79", "weight": 1.0, "context": "return_type"}, {"source": "entity_comment_comment", "target": "entity_comment_comment_getparent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L80", "weight": 1.0}, {"source": "entity_comment_comment_getparent", "target": "entity_comment_comment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L80", "weight": 1.0, "context": "return_type"}, {"source": "entity_comment_comment", "target": "entity_comment_comment_getreplies", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_comment_comment_getreplies", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L81", "weight": 1.0, "context": "return_type"}, {"source": "entity_comment_comment", "target": "entity_comment_comment_setbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L83", "weight": 1.0}, {"source": "entity_comment_comment_setbody", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L83", "weight": 1.0, "context": "return_type"}, {"source": "entity_comment_comment", "target": "entity_comment_comment_approve", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L85", "weight": 1.0}, {"source": "entity_comment_comment_approve", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L85", "weight": 1.0, "context": "return_type"}, {"source": "entity_comment_comment", "target": "entity_comment_comment_reject", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L86", "weight": 1.0}, {"source": "entity_comment_comment_reject", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L86", "weight": 1.0, "context": "return_type"}, {"source": "entity_comment_comment", "target": "entity_comment_comment_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L88", "weight": 1.0}, {"source": "entity_comment_comment_toarray", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L88", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_comment_comment_toarray", "target": "entity_comment_comment_getid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_comment_comment_toarray", "target": "entity_comment_comment_getuser", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_comment_comment_toarray", "target": "entity_comment_comment_getstatus", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Rating/Entity/Comment.php", "source_location": "L109", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_comment_comment_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L62", "receiver": null}, {"caller_nid": "entity_comment_comment_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L62", "receiver": null}, {"caller_nid": "entity_comment_comment_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L69", "receiver": null}, {"caller_nid": "entity_comment_comment_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L70", "receiver": null}, {"caller_nid": "entity_comment_comment_setbody", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L83", "receiver": null}, {"caller_nid": "entity_comment_comment_approve", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L85", "receiver": null}, {"caller_nid": "entity_comment_comment_reject", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L86", "receiver": null}, {"caller_nid": "entity_comment_comment_toarray", "callee": "getValue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L96", "receiver": null}, {"caller_nid": "entity_comment_comment_toarray", "callee": "getValue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L102", "receiver": null}, {"caller_nid": "entity_comment_comment_toarray", "callee": "getValue", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L103", "receiver": null}, {"caller_nid": "entity_comment_comment_toarray", "callee": "getRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Rating/Entity/Comment.php", "source_location": "L120", "receiver": null}]} |