Files
clinicpro/graphify-out/cache/ast/v0.8.44/203056cafc031c4ef9289776a14bca375cfff582df1bb4e79e21530500fc2b9e.json
T
hamed f2ecaf201a Add JSON files for task 14 events utilization documentation
- Created new JSON file for database.md with nodes and edges representing the structure and relationships within the document.
- Created new JSON file for architecture.md with nodes and edges detailing the architecture of the task 14 events utilization.
2026-07-30 12:16:27 +03:30

1 line
42 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_tenantisolationmatrixtest_php", "label": "TenantIsolationMatrixTest.php", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L1"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "label": "TenantIsolationMatrixTest", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L20"}, {"id": "apitestcase", "label": "ApiTestCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "label": ".makeDoctor()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L24"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L24"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L24"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "label": ".makeClinic()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L33"}, {"id": "clinic", "label": "Clinic", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L33"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "label": ".joinClinic()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L44"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_setcliniccontext", "label": ".setClinicContext()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L54"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "label": ".rule()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L60"}, {"id": "discountrule", "label": "DiscountRule", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L60"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "label": ".listedNames()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L75"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "label": ".testIndependentDoctorSeesOnlyItsOwnRules()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L83"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "label": ".testClinicManagerSeesOnlyItsClinicRules()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L100"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "label": ".testMemberDoctorInClinicContextSeesClinicRules()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L118"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "label": ".testMemberDoctorOutsideClinicContextSeesOwnPracticeRules()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L135"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "label": ".testDoctorWhoOwnsClinicSeesClinicRulesInClinicContext()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L151"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testanonymouscannotlistrules", "label": ".testAnonymousCannotListRules()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L169"}, {"id": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testuserwithoutapanelrolegetsnorules", "label": ".testUserWithoutAPanelRoleGetsNoRules()", "file_type": "code", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L177"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_tenantisolationmatrixtest_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_tenantisolationmatrixtest_php", "target": "useractivecontext", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_tenantisolationmatrixtest_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_tenantisolationmatrixtest_php", "target": "clinicdoctorpermission", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_tenantisolationmatrixtest_php", "target": "discountrule", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_tenantisolationmatrixtest_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_tenantisolationmatrixtest_php", "target": "entitycontext", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_tenantisolationmatrixtest_php", "target": "apitestcase", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_tests_shared_tenantisolationmatrixtest_php", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L20", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "apitestcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L20", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L24", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L24", "weight": 1.0, "context": "parameter_type"}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L24", "weight": 1.0, "context": "return_type"}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L33", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L33", "weight": 1.0, "context": "parameter_type"}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L33", "weight": 1.0, "context": "return_type"}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L44", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L44", "weight": 1.0, "context": "parameter_type"}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L44", "weight": 1.0, "context": "parameter_type"}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_setcliniccontext", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L54", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_setcliniccontext", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L54", "weight": 1.0, "context": "parameter_type"}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_setcliniccontext", "target": "clinic", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L54", "weight": 1.0, "context": "parameter_type"}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L60", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "target": "discountrule", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L60", "weight": 1.0, "context": "return_type"}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L75", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L75", "weight": 1.0, "context": "parameter_type"}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L83", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L100", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L118", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L135", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L151", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testanonymouscannotlistrules", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L169", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testuserwithoutapanelrolegetsnorules", "relation": "method", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L177", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "target": "discountrule", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L62", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L85", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L87", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L89", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L93", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L102", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L104", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L106", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L110", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L120", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L121", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L122", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_setcliniccontext", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L123", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L125", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L128", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L137", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L138", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L139", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L141", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L144", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L154", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L155", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L156", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_setcliniccontext", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L157", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L159", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L162", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testuserwithoutapanelrolegetsnorules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L179", "weight": 1.0}, {"source": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testuserwithoutapanelrolegetsnorules", "target": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L180", "weight": 1.0}], "raw_calls": [{"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L26", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L27", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makedoctor", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L28", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L35", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L36", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L37", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_makeclinic", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L38", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L46", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "callee": "getDoctors", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L46", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "callee": "mergePermissions", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L49", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L50", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_joinclinic", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L51", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_setcliniccontext", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L56", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_setcliniccontext", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L56", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_setcliniccontext", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L57", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L63", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_rule", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L64", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L77", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L78", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L78", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_listednames", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L80", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L89", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L90", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L91", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L93", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L95", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L96", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testindependentdoctorseesonlyitsownrules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L97", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L106", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L107", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L108", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L110", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L112", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L113", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testclinicmanagerseesonlyitsclinicrules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L114", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L123", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L125", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L126", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L128", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L130", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctorincliniccontextseesclinicrules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L131", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L141", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L142", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L144", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L146", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testmemberdoctoroutsidecliniccontextseesownpracticerules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L147", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L153", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L159", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L160", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L164", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testdoctorwhoownsclinicseesclinicrulesincliniccontext", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L165", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testanonymouscannotlistrules", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L171", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testanonymouscannotlistrules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testanonymouscannotlistrules", "callee": "getStatusCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testanonymouscannotlistrules", "callee": "getResponse", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L173", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testuserwithoutapanelrolegetsnorules", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L180", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testuserwithoutapanelrolegetsnorules", "callee": "createUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L182", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testuserwithoutapanelrolegetsnorules", "callee": "authJson", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L183", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testuserwithoutapanelrolegetsnorules", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L185", "receiver": null}, {"caller_nid": "shared_tenantisolationmatrixtest_tenantisolationmatrixtest_testuserwithoutapanelrolegetsnorules", "callee": "responseCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/tests/Shared/TenantIsolationMatrixTest.php", "source_location": "L185", "receiver": null}]}