Files
clinicpro/graphify-out/cache/ast/v0.8.44/46964086d05dde76b1c0e3bc7f3dae8eab8aa1ac6d9ae609abfb3396eae5aa6d.json
T
hamed 1c81c6f2e5 Add JSON files for Payment Gateway Interface and API documentation updates
- Created a new JSON file for the PaymentGatewayInterface.php, detailing its methods and return types.
- Added a JSON file for payment.md, documenting various API endpoints and their parameters, responses, and errors.
- Introduced a JSON file for fix-admin-modal-and-calendar.md, outlining issues and solutions related to admin modal and calendar functionalities.
2026-07-02 21:22:14 +03:30

1 line
12 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_gateway_sepgateway_php", "label": "SepGateway.php", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L1"}, {"id": "gateway_sepgateway_sepgateway", "label": "SepGateway", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L9"}, {"id": "paymentgatewayinterface", "label": "PaymentGatewayInterface", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "gateway_sepgateway_sepgateway_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L14"}, {"id": "gateway_sepgateway_sepgateway_getname", "label": ".getName()", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L21"}, {"id": "gateway_sepgateway_sepgateway_isconfigured", "label": ".isConfigured()", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L26"}, {"id": "gateway_sepgateway_sepgateway_cfg", "label": ".cfg()", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L31"}, {"id": "gateway_sepgateway_sepgateway_initiate", "label": ".initiate()", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L36"}, {"id": "paymentinitresult", "label": "PaymentInitResult", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L36"}, {"id": "gateway_sepgateway_sepgateway_verify", "label": ".verify()", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L65"}, {"id": "paymentverifyresult", "label": "PaymentVerifyResult", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L65"}, {"id": "gateway_sepgateway_sepgateway_refund", "label": ".refund()", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L103"}, {"id": "paymentrefundresult", "label": "PaymentRefundResult", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L103"}, {"id": "gateway_sepgateway_sepgateway_reverse", "label": ".reverse()", "file_type": "code", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L108"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_gateway_sepgateway_php", "target": "siteconfigrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_gateway_sepgateway_php", "target": "loggerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_gateway_sepgateway_php", "target": "httpclientinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_gateway_sepgateway_php", "target": "gateway_sepgateway_sepgateway", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L9", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway", "target": "paymentgatewayinterface", "relation": "implements", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L9", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway", "target": "gateway_sepgateway_sepgateway_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L14", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway", "target": "gateway_sepgateway_sepgateway_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L21", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway", "target": "gateway_sepgateway_sepgateway_isconfigured", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L26", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway", "target": "gateway_sepgateway_sepgateway_cfg", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L31", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway", "target": "gateway_sepgateway_sepgateway_initiate", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L36", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway_initiate", "target": "paymentinitresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L36", "weight": 1.0, "context": "return_type"}, {"source": "gateway_sepgateway_sepgateway", "target": "gateway_sepgateway_sepgateway_verify", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L65", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway_verify", "target": "paymentverifyresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L65", "weight": 1.0, "context": "return_type"}, {"source": "gateway_sepgateway_sepgateway", "target": "gateway_sepgateway_sepgateway_refund", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L103", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway_refund", "target": "paymentrefundresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L103", "weight": 1.0, "context": "return_type"}, {"source": "gateway_sepgateway_sepgateway", "target": "gateway_sepgateway_sepgateway_reverse", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L108", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway_reverse", "target": "paymentrefundresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L108", "weight": 1.0, "context": "return_type"}, {"source": "gateway_sepgateway_sepgateway_isconfigured", "target": "gateway_sepgateway_sepgateway_cfg", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L28", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway_initiate", "target": "gateway_sepgateway_sepgateway_cfg", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L42", "weight": 1.0}, {"source": "gateway_sepgateway_sepgateway_verify", "target": "gateway_sepgateway_sepgateway_cfg", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/SepGateway.php", "source_location": "L81", "weight": 1.0}], "raw_calls": [{"caller_nid": "gateway_sepgateway_sepgateway_cfg", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L33", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_initiate", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L39", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_initiate", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L50", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_initiate", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L60", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_initiate", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L60", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_initiate", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L60", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_initiate", "callee": "getFile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L60", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_initiate", "callee": "getLine", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L60", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_initiate", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L61", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_verify", "callee": "strtolower", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L68", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_verify", "callee": "strtolower", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L71", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_verify", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L78", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_verify", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L87", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_verify", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L98", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_verify", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L98", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_verify", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L98", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_verify", "callee": "getFile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L98", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_verify", "callee": "getLine", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L98", "receiver": null}, {"caller_nid": "gateway_sepgateway_sepgateway_verify", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/SepGateway.php", "source_location": "L99", "receiver": null}]}