Files
clinicpro/graphify-out/cache/ast/v0.8.44/5a7b81ccbc80a2eda57c20b2a678a9c6c0eefaac5f897cdff1caa158600e68fd.json
T
hamed a31e8b4314 Add AST JSON files for doctor service, tag controller, and SMS log entities
- Created new AST JSON file for the doctor service API documentation, detailing endpoints, parameters, and responses.
- Added AST JSON file for the TagController, including methods and their relationships with imported classes.
- Introduced AST JSON file for the SmsLog entity, outlining its methods and dependencies.
2026-07-01 14:21:08 +03:30

1 line
49 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "label": "SmsWalletController.php", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L1"}, {"id": "controller_smswalletcontroller_smswalletcontroller", "label": "SmsWalletController", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L28"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_smswalletcontroller_smswalletcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L34"}, {"id": "controller_smswalletcontroller_smswalletcontroller_balance", "label": ".balance()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L49"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L49"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L49"}, {"id": "controller_smswalletcontroller_smswalletcontroller_charge", "label": ".charge()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L68"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L68"}, {"id": "controller_smswalletcontroller_smswalletcontroller_logs", "label": ".logs()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L120"}, {"id": "controller_smswalletcontroller_smswalletcontroller_getsettings", "label": ".getSettings()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L143"}, {"id": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "label": ".updateSettings()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L167"}, {"id": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "label": ".adminReviewList()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L197"}, {"id": "controller_smswalletcontroller_smswalletcontroller_adminapprove", "label": ".adminApprove()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L221"}, {"id": "controller_smswalletcontroller_smswalletcontroller_adminreject", "label": ".adminReject()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L236"}, {"id": "controller_smswalletcontroller_smswalletcontroller_resolveentityname", "label": ".resolveEntityName()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L257"}, {"id": "controller_smswalletcontroller_smswalletcontroller_adminreport", "label": ".adminReport()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L268"}, {"id": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "label": ".resolveEntity()", "file_type": "code", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L290"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "clinicrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "siteconfigrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "mellatgateway", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "mockgateway", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "sepgateway", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "paymentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "smssettings", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "smssettingsrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "smswalletrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "smswallettransactionrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "smswalletservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L24", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L25", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L26", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_sms_controller_smswalletcontroller_php", "target": "controller_smswalletcontroller_smswalletcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L28", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L30", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L34", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_balance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L49", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_balance", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L49", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_balance", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L49", "weight": 1.0, "context": "return_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_charge", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L68", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_charge", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L68", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_charge", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L68", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_charge", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L68", "weight": 1.0, "context": "return_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_logs", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L120", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_logs", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L120", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_logs", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L120", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_logs", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L120", "weight": 1.0, "context": "return_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_getsettings", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L143", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_getsettings", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L143", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_getsettings", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L143", "weight": 1.0, "context": "return_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L167", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L167", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L167", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L167", "weight": 1.0, "context": "return_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L197", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L197", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L197", "weight": 1.0, "context": "return_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_adminapprove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L221", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_adminapprove", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L221", "weight": 1.0, "context": "return_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_adminreject", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L236", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_adminreject", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L236", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_adminreject", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L236", "weight": 1.0, "context": "return_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_resolveentityname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L257", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_adminreport", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L268", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_adminreport", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L268", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_adminreport", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L268", "weight": 1.0, "context": "return_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller", "target": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L290", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L290", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_smswalletcontroller_smswalletcontroller_balance", "target": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L52", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_charge", "target": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L71", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_logs", "target": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L123", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_getsettings", "target": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L146", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "target": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L170", "weight": 1.0}, {"source": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "target": "controller_smswalletcontroller_smswalletcontroller_resolveentityname", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Sms/Controller/SmsWalletController.php", "source_location": "L214", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_smswalletcontroller_smswalletcontroller_balance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L54", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_balance", "callee": "getBalance", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L57", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_balance", "callee": "floor", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L59", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_balance", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L61", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L73", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L76", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L76", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L77", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L81", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L84", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L95", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L98", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "setMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L100", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L101", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L103", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "initiate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L104", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L104", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L107", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "setGatewayToken", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L110", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L111", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L113", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L114", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_charge", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L116", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_logs", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L125", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_logs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L128", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_logs", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L129", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_logs", "callee": "getOrCreate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L130", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_logs", "callee": "findByWallet", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L132", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_logs", "callee": "countByWallet", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L133", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_logs", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L135", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_logs", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L136", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_logs", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L136", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_getsettings", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_getsettings", "callee": "findByEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_getsettings", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L154", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_getsettings", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L164", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_getsettings", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L164", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L172", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "findByEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L175", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L180", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L180", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L182", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "setReminderEnabled", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L182", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L183", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "setReminderHoursBefore", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L183", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L184", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "setPostVisitEnabled", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L184", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L185", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L186", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "submitPostVisitText", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L188", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L192", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_updatesettings", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L201", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L202", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L206", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L206", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L206", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L206", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L206", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L212", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L213", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreviewlist", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L218", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminapprove", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L225", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminapprove", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminapprove", "callee": "approvePostVisitText", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L230", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminapprove", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L231", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminapprove", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L233", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminapprove", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L233", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreject", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L240", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreject", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreject", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L245", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreject", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L245", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreject", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L246", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreject", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L248", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreject", "callee": "rejectPostVisitText", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L251", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreject", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L252", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreject", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L254", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreject", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L254", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_resolveentityname", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L260", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_resolveentityname", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L263", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L272", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L273", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L275", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L275", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L275", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L275", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_adminreport", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L287", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L292", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L293", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L294", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L297", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L298", "receiver": null}, {"caller_nid": "controller_smswalletcontroller_smswalletcontroller_resolveentity", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Sms/Controller/SmsWalletController.php", "source_location": "L299", "receiver": null}]}