{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_entity_user_php", "label": "User.php", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L1"}, {"id": "entity_user_user", "label": "User", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L11"}, {"id": "userinterface", "label": "UserInterface", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "passwordauthenticateduserinterface", "label": "PasswordAuthenticatedUserInterface", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "entity_user_user_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L55"}, {"id": "entity_user_user_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L63"}, {"id": "entity_user_user_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L64"}, {"id": "entity_user_user_getmobilenumber", "label": ".getMobileNumber()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L65"}, {"id": "entity_user_user_getemail", "label": ".getEmail()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L66"}, {"id": "entity_user_user_getrealname", "label": ".getRealName()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L67"}, {"id": "entity_user_user_getnationalcode", "label": ".getNationalCode()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L68"}, {"id": "entity_user_user_isnationalcodeverified", "label": ".isNationalCodeVerified()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L69"}, {"id": "entity_user_user_getstatus", "label": ".getStatus()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L70"}, {"id": "entity_user_user_getcreatedat", "label": ".getCreatedAt()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L71"}, {"id": "entity_user_user_getpassword", "label": ".getPassword()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L73"}, {"id": "entity_user_user_getpasswordhash", "label": ".getPasswordHash()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L74"}, {"id": "entity_user_user_getroles", "label": ".getRoles()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L76"}, {"id": "entity_user_user_getuseridentifier", "label": ".getUserIdentifier()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L85"}, {"id": "entity_user_user_erasecredentials", "label": ".eraseCredentials()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L86"}, {"id": "entity_user_user_setemail", "label": ".setEmail()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L88"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L88"}, {"id": "entity_user_user_setrealname", "label": ".setRealName()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L89"}, {"id": "entity_user_user_setnationalcode", "label": ".setNationalCode()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L90"}, {"id": "entity_user_user_setnationalcodeverified", "label": ".setNationalCodeVerified()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L100"}, {"id": "entity_user_user_setpasswordhash", "label": ".setPasswordHash()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L101"}, {"id": "entity_user_user_setroles", "label": ".setRoles()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L102"}, {"id": "entity_user_user_setstatus", "label": ".setStatus()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L103"}, {"id": "entity_user_user_addrole", "label": ".addRole()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L105"}, {"id": "entity_user_user_hasrole", "label": ".hasRole()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L114"}, {"id": "entity_user_user_isstaff", "label": ".isStaff()", "file_type": "code", "source_file": "src/Auth/Entity/User.php", "source_location": "L119"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_entity_user_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_entity_user_php", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_entity_user_php", "target": "passwordauthenticateduserinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_entity_user_php", "target": "userinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_entity_user_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_entity_user_php", "target": "entity_user_user", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L11", "weight": 1.0}, {"source": "entity_user_user", "target": "userinterface", "relation": "implements", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L15", "weight": 1.0}, {"source": "entity_user_user", "target": "passwordauthenticateduserinterface", "relation": "implements", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L15", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L55", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L63", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L64", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getmobilenumber", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L65", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getemail", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L66", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getrealname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L67", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getnationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L68", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_isnationalcodeverified", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L69", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L70", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getcreatedat", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L71", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getpassword", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L73", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getpasswordhash", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L74", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getroles", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L76", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_getuseridentifier", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L85", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_erasecredentials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L86", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_setemail", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L88", "weight": 1.0}, {"source": "entity_user_user_setemail", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L88", "weight": 1.0, "context": "return_type"}, {"source": "entity_user_user", "target": "entity_user_user_setrealname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L89", "weight": 1.0}, {"source": "entity_user_user_setrealname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L89", "weight": 1.0, "context": "return_type"}, {"source": "entity_user_user", "target": "entity_user_user_setnationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L90", "weight": 1.0}, {"source": "entity_user_user_setnationalcode", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L90", "weight": 1.0, "context": "return_type"}, {"source": "entity_user_user", "target": "entity_user_user_setnationalcodeverified", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L100", "weight": 1.0}, {"source": "entity_user_user_setnationalcodeverified", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L100", "weight": 1.0, "context": "return_type"}, {"source": "entity_user_user", "target": "entity_user_user_setpasswordhash", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_user_user_setpasswordhash", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L101", "weight": 1.0, "context": "return_type"}, {"source": "entity_user_user", "target": "entity_user_user_setroles", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L102", "weight": 1.0}, {"source": "entity_user_user_setroles", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L102", "weight": 1.0, "context": "return_type"}, {"source": "entity_user_user", "target": "entity_user_user_setstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L103", "weight": 1.0}, {"source": "entity_user_user_setstatus", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L103", "weight": 1.0, "context": "return_type"}, {"source": "entity_user_user", "target": "entity_user_user_addrole", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L105", "weight": 1.0}, {"source": "entity_user_user_addrole", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L105", "weight": 1.0, "context": "return_type"}, {"source": "entity_user_user", "target": "entity_user_user_hasrole", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L114", "weight": 1.0}, {"source": "entity_user_user", "target": "entity_user_user_isstaff", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L119", "weight": 1.0}, {"source": "entity_user_user_hasrole", "target": "entity_user_user_getroles", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L116", "weight": 1.0}, {"source": "entity_user_user_isstaff", "target": "entity_user_user_hasrole", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Auth/Entity/User.php", "source_location": "L121", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_user_user_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L57", "receiver": null}, {"caller_nid": "entity_user_user_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L57", "receiver": null}, {"caller_nid": "entity_user_user_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L59", "receiver": null}, {"caller_nid": "entity_user_user_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L60", "receiver": null}, {"caller_nid": "entity_user_user_getroles", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L79", "receiver": null}, {"caller_nid": "entity_user_user_getroles", "callee": "array_unique", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L82", "receiver": null}, {"caller_nid": "entity_user_user_setrealname", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L89", "receiver": null}, {"caller_nid": "entity_user_user_setnationalcode", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L97", "receiver": null}, {"caller_nid": "entity_user_user_setnationalcodeverified", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L100", "receiver": null}, {"caller_nid": "entity_user_user_setpasswordhash", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L101", "receiver": null}, {"caller_nid": "entity_user_user_setroles", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L102", "receiver": null}, {"caller_nid": "entity_user_user_setstatus", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L103", "receiver": null}, {"caller_nid": "entity_user_user_addrole", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L107", "receiver": null}, {"caller_nid": "entity_user_user_addrole", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L109", "receiver": null}, {"caller_nid": "entity_user_user_hasrole", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Entity/User.php", "source_location": "L116", "receiver": null}]}