- 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.
1 line
42 KiB
JSON
1 line
42 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "label": "PaymentMethodService.php", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L1"}, {"id": "service_paymentmethodservice_paymentmethodservice", "label": "PaymentMethodService", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L27"}, {"id": "service_paymentmethodservice_paymentmethodservice_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L29"}, {"id": "service_paymentmethodservice_paymentmethodservice_listbankaccounts", "label": ".listBankAccounts()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L38"}, {"id": "entitycontext", "label": "EntityContext", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L38"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L38"}, {"id": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "label": ".createBankAccount()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L48"}, {"id": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "label": ".updateBankAccount()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L71"}, {"id": "service_paymentmethodservice_paymentmethodservice_togglebankaccountstatus", "label": ".toggleBankAccountStatus()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L101"}, {"id": "service_paymentmethodservice_paymentmethodservice_assignbankaccountenvironment", "label": ".assignBankAccountEnvironment()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L111"}, {"id": "service_paymentmethodservice_paymentmethodservice_ownedbankaccount", "label": ".ownedBankAccount()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L127"}, {"id": "bankaccount", "label": "BankAccount", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L127"}, {"id": "service_paymentmethodservice_paymentmethodservice_listpos", "label": ".listPos()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L140"}, {"id": "service_paymentmethodservice_paymentmethodservice_createpos", "label": ".createPos()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L150"}, {"id": "service_paymentmethodservice_paymentmethodservice_updatepos", "label": ".updatePos()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L173"}, {"id": "service_paymentmethodservice_paymentmethodservice_toggleposstatus", "label": ".togglePosStatus()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L203"}, {"id": "service_paymentmethodservice_paymentmethodservice_assignposenvironment", "label": ".assignPosEnvironment()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L213"}, {"id": "service_paymentmethodservice_paymentmethodservice_ownedpos", "label": ".ownedPos()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L229"}, {"id": "pos", "label": "Pos", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L229"}, {"id": "service_paymentmethodservice_paymentmethodservice_pair", "label": ".pair()", "file_type": "code", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L245"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "target": "bankaccount", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "target": "pos", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "target": "bankaccountrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "target": "posrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "target": "entitycontext", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "target": "appexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "target": "tenantownershipchecker", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_service_paymentmethodservice_php", "target": "service_paymentmethodservice_paymentmethodservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L27", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L29", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_listbankaccounts", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L38", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_listbankaccounts", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L38", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice_listbankaccounts", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L38", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L48", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L48", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L48", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L71", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L71", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_togglebankaccountstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L101", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_togglebankaccountstatus", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L101", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_assignbankaccountenvironment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L111", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_assignbankaccountenvironment", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L111", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice_assignbankaccountenvironment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L111", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_ownedbankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L127", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_ownedbankaccount", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L127", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice_ownedbankaccount", "target": "bankaccount", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L127", "weight": 1.0, "context": "return_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_listpos", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L140", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_listpos", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L140", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice_listpos", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L140", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_createpos", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L150", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_createpos", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L150", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice_createpos", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L150", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_updatepos", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L173", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_updatepos", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L173", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_toggleposstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L203", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_toggleposstatus", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L203", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_assignposenvironment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L213", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_assignposenvironment", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L213", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice_assignposenvironment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L213", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_ownedpos", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L229", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_ownedpos", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L229", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice_ownedpos", "target": "pos", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L229", "weight": 1.0, "context": "return_type"}, {"source": "service_paymentmethodservice_paymentmethodservice", "target": "service_paymentmethodservice_paymentmethodservice_pair", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L245", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_pair", "target": "entitycontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L245", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmethodservice_paymentmethodservice_listbankaccounts", "target": "service_paymentmethodservice_paymentmethodservice_pair", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L40", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "target": "service_paymentmethodservice_paymentmethodservice_pair", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L62", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "target": "service_paymentmethodservice_paymentmethodservice_ownedbankaccount", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L73", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_togglebankaccountstatus", "target": "service_paymentmethodservice_paymentmethodservice_ownedbankaccount", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L103", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_assignbankaccountenvironment", "target": "service_paymentmethodservice_paymentmethodservice_pair", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L113", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_listpos", "target": "service_paymentmethodservice_paymentmethodservice_pair", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L142", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_createpos", "target": "service_paymentmethodservice_paymentmethodservice_pair", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L164", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_updatepos", "target": "service_paymentmethodservice_paymentmethodservice_ownedpos", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L175", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_toggleposstatus", "target": "service_paymentmethodservice_paymentmethodservice_ownedpos", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L205", "weight": 1.0}, {"source": "service_paymentmethodservice_paymentmethodservice_assignposenvironment", "target": "service_paymentmethodservice_paymentmethodservice_pair", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L215", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_paymentmethodservice_paymentmethodservice_listbankaccounts", "callee": "array_merge", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L42", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_listbankaccounts", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L43", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_listbankaccounts", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L43", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_listbankaccounts", "callee": "findByEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L43", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_listbankaccounts", "callee": "findUnassignedByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L44", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L50", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L51", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L52", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L53", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "callee": "assignTenant", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L65", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L66", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createbankaccount", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L68", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L75", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L76", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "setBankName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L80", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L82", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L83", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "setAccountNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L87", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L89", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "setCardNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L90", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L90", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L92", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "setShabaNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L93", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L93", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L96", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatebankaccount", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L98", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_togglebankaccountstatus", "callee": "setActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L104", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_togglebankaccountstatus", "callee": "isActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L104", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_togglebankaccountstatus", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L105", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_togglebankaccountstatus", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L107", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_assignbankaccountenvironment", "callee": "assignEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L115", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_assignbankaccountenvironment", "callee": "reloadByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L119", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_assignbankaccountenvironment", "callee": "belongsTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L120", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_assignbankaccountenvironment", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L124", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_ownedbankaccount", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L129", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_ownedbankaccount", "callee": "belongsTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L130", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_listpos", "callee": "array_merge", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L144", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_listpos", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L145", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_listpos", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L145", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_listpos", "callee": "findByEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L145", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_listpos", "callee": "findUnassignedByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L146", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createpos", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L152", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createpos", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L153", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createpos", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L154", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createpos", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L155", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createpos", "callee": "assignTenant", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L167", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createpos", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L168", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_createpos", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L170", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L177", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L178", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "setBankName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L182", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L184", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L185", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "setTerminalNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L189", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L191", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "setSerialNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L192", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L192", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L194", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "setAccountNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L195", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L195", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L198", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_updatepos", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L200", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_toggleposstatus", "callee": "setActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L206", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_toggleposstatus", "callee": "isActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L206", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_toggleposstatus", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L207", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_toggleposstatus", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L209", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_assignposenvironment", "callee": "assignEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L217", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_assignposenvironment", "callee": "reloadByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L221", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_assignposenvironment", "callee": "belongsTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L222", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_assignposenvironment", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L226", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_ownedpos", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L231", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_ownedpos", "callee": "belongsTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L232", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_pair", "callee": "isResolved", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L247", "receiver": null}, {"caller_nid": "service_paymentmethodservice_paymentmethodservice_pair", "callee": "toEntityPair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Service/PaymentMethodService.php", "source_location": "L251", "receiver": null}]} |