Files
clinicpro/graphify-out/cache/ast/v0.8.44/11d04c7c7e988447a72d2c66bb842ace0a38210943c3eae7a960a32eef4c0cd4.json
T

1 line
27 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "label": "PaymentMethodController.php", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L1"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller", "label": "PaymentMethodController", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L21"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L28"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "label": ".guard()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L35"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L35"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_listbankaccounts", "label": ".listBankAccounts()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L44"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L44"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_createbankaccount", "label": ".createBankAccount()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L52"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L52"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_updatebankaccount", "label": ".updateBankAccount()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L61"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_togglebankaccountstatus", "label": ".toggleBankAccountStatus()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L70"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_listpos", "label": ".listPos()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L80"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_createpos", "label": ".createPos()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L88"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_updatepos", "label": ".updatePos()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L97"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_toggleposstatus", "label": ".togglePosStatus()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L106"}, {"id": "controller_paymentmethodcontroller_paymentmethodcontroller_assertrole", "label": ".assertRole()", "file_type": "code", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L114"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "paymentmethodservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "secretaryaccesschecker", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_paymentmethod_controller_paymentmethodcontroller_php", "target": "controller_paymentmethodcontroller_paymentmethodcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L21", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L24", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L28", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L35", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L35", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_listbankaccounts", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L44", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_listbankaccounts", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L44", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_listbankaccounts", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L44", "weight": 1.0, "context": "return_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_createbankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L52", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_createbankaccount", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L52", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_createbankaccount", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L52", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_createbankaccount", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L52", "weight": 1.0, "context": "return_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_updatebankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L61", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_updatebankaccount", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L61", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_updatebankaccount", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L61", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_updatebankaccount", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L61", "weight": 1.0, "context": "return_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_togglebankaccountstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L70", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_togglebankaccountstatus", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L70", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_togglebankaccountstatus", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L70", "weight": 1.0, "context": "return_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_listpos", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L80", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_listpos", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L80", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_listpos", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L80", "weight": 1.0, "context": "return_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_createpos", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L88", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_createpos", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L88", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_createpos", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L88", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_createpos", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L88", "weight": 1.0, "context": "return_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_updatepos", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L97", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_updatepos", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L97", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_updatepos", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L97", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_updatepos", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L97", "weight": 1.0, "context": "return_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_toggleposstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L106", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_toggleposstatus", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L106", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_toggleposstatus", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L106", "weight": 1.0, "context": "return_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_assertrole", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L114", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_assertrole", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L114", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_assertrole", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L37", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_listbankaccounts", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L47", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_createbankaccount", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L55", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_updatebankaccount", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L64", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_togglebankaccountstatus", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L73", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_listpos", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L83", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_createpos", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L91", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_updatepos", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L100", "weight": 1.0}, {"source": "controller_paymentmethodcontroller_paymentmethodcontroller_toggleposstatus", "target": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L109", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L38", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_guard", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L39", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_listbankaccounts", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L49", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_createbankaccount", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L56", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_createbankaccount", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L56", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_createbankaccount", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L58", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_updatebankaccount", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L65", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_updatebankaccount", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L65", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_updatebankaccount", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L67", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_togglebankaccountstatus", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L75", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_listpos", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L85", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_createpos", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L92", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_createpos", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L92", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_createpos", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L94", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_updatepos", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L101", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_updatepos", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L101", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_updatepos", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L103", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_toggleposstatus", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L111", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_assertrole", "callee": "array_intersect", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L116", "receiver": null}, {"caller_nid": "controller_paymentmethodcontroller_paymentmethodcontroller_assertrole", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/PaymentMethod/Controller/PaymentMethodController.php", "source_location": "L116", "receiver": null}]}