Files
clinicpro/graphify-out/cache/ast/v0.8.44/5e6a312d48b1efacb7e4c14b87a658d1ad64bf0d3aefa5bdb2008011cb3b175b.json
T

1 line
18 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "label": "Blog.php", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L1"}, {"id": "entity_blog_blog", "label": "Blog", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L10"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L45"}, {"id": "entity_blog_blog_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L61"}, {"id": "entity_blog_blog_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L72"}, {"id": "entity_blog_blog_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L73"}, {"id": "entity_blog_blog_gettitle", "label": ".getTitle()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L74"}, {"id": "entity_blog_blog_getslug", "label": ".getSlug()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L75"}, {"id": "entity_blog_blog_getbody", "label": ".getBody()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L76"}, {"id": "entity_blog_blog_getsummary", "label": ".getSummary()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L77"}, {"id": "entity_blog_blog_getimageurl", "label": ".getImageUrl()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L78"}, {"id": "entity_blog_blog_getimagepath", "label": ".getImagePath()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L79"}, {"id": "entity_blog_blog_getauthor", "label": ".getAuthor()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L80"}, {"id": "entity_blog_blog_gettags", "label": ".getTags()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L81"}, {"id": "entity_blog_blog_getstatus", "label": ".getStatus()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L82"}, {"id": "entity_blog_blog_settitle", "label": ".setTitle()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L84"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L84"}, {"id": "entity_blog_blog_setslug", "label": ".setSlug()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L85"}, {"id": "entity_blog_blog_setbody", "label": ".setBody()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L86"}, {"id": "entity_blog_blog_setsummary", "label": ".setSummary()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L87"}, {"id": "entity_blog_blog_setimageurl", "label": ".setImageUrl()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L88"}, {"id": "entity_blog_blog_setimagepath", "label": ".setImagePath()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L89"}, {"id": "entity_blog_blog_settags", "label": ".setTags()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L90"}, {"id": "entity_blog_blog_setstatus", "label": ".setStatus()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L91"}, {"id": "entity_blog_blog_touch", "label": ".touch()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L93"}, {"id": "entity_blog_blog_generateslug", "label": ".generateSlug()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L95"}, {"id": "entity_blog_blog_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L103"}, {"id": "entity_blog_blog_authortoarray", "label": ".authorToArray()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L120"}, {"id": "entity_blog_blog_tolistarray", "label": ".toListArray()", "file_type": "code", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L137"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "blogrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_blog_entity_blog_php", "target": "entity_blog_blog", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L10", "weight": 1.0}, {"source": "entity_blog_blog", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L45", "weight": 1.0, "context": "field"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L61", "weight": 1.0}, {"source": "entity_blog_blog_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L61", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L72", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L73", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_gettitle", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L74", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getslug", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L75", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L76", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getsummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L77", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getimageurl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L78", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getimagepath", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L79", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getauthor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L80", "weight": 1.0}, {"source": "entity_blog_blog_getauthor", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L80", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_gettags", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_getstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L82", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_settitle", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L84", "weight": 1.0}, {"source": "entity_blog_blog_settitle", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L84", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setslug", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L85", "weight": 1.0}, {"source": "entity_blog_blog_setslug", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L85", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setbody", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L86", "weight": 1.0}, {"source": "entity_blog_blog_setbody", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L86", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setsummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L87", "weight": 1.0}, {"source": "entity_blog_blog_setsummary", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L87", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setimageurl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L88", "weight": 1.0}, {"source": "entity_blog_blog_setimageurl", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L88", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setimagepath", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L89", "weight": 1.0}, {"source": "entity_blog_blog_setimagepath", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L89", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_settags", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L90", "weight": 1.0}, {"source": "entity_blog_blog_settags", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L90", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_setstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L91", "weight": 1.0}, {"source": "entity_blog_blog_setstatus", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L91", "weight": 1.0, "context": "return_type"}, {"source": "entity_blog_blog", "target": "entity_blog_blog_touch", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L93", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_generateslug", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L95", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L103", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_authortoarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L120", "weight": 1.0}, {"source": "entity_blog_blog", "target": "entity_blog_blog_tolistarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L137", "weight": 1.0}, {"source": "entity_blog_blog_construct", "target": "entity_blog_blog_generateslug", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_blog_blog_settitle", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L84", "weight": 1.0}, {"source": "entity_blog_blog_setslug", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L85", "weight": 1.0}, {"source": "entity_blog_blog_setbody", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L86", "weight": 1.0}, {"source": "entity_blog_blog_setsummary", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L87", "weight": 1.0}, {"source": "entity_blog_blog_setimageurl", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L88", "weight": 1.0}, {"source": "entity_blog_blog_setimagepath", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L89", "weight": 1.0}, {"source": "entity_blog_blog_settags", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L90", "weight": 1.0}, {"source": "entity_blog_blog_setstatus", "target": "entity_blog_blog_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L91", "weight": 1.0}, {"source": "entity_blog_blog_toarray", "target": "entity_blog_blog_authortoarray", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L114", "weight": 1.0}, {"source": "entity_blog_blog_authortoarray", "target": "entity_blog_blog_getuuid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Blog/Entity/Blog.php", "source_location": "L129", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_blog_blog_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L63", "receiver": null}, {"caller_nid": "entity_blog_blog_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L63", "receiver": null}, {"caller_nid": "entity_blog_blog_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L68", "receiver": null}, {"caller_nid": "entity_blog_blog_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L69", "receiver": null}, {"caller_nid": "entity_blog_blog_touch", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L93", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "mb_strtolower", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L97", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L97", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L98", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L99", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "substr", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L100", "receiver": null}, {"caller_nid": "entity_blog_blog_generateslug", "callee": "str_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L100", "receiver": null}, {"caller_nid": "entity_blog_blog_authortoarray", "callee": "getRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Blog/Entity/Blog.php", "source_location": "L130", "receiver": null}]}