Files
clinicpro/graphify-out/cache/ast/v0.8.44/3b56ad9741a4349bd249a4a4e320f7195c320fec9a96ccde6da5b8f75d87b32d.json
T
hamed c2c6ae4d02 feat(migrations): add national_code_verified flag to users and normalize bank_account representation
- Added a new column `national_code_verified` to the `users` table.
- Normalized the `bank_account` field in the `representations` table from a single object to an array of IBANs with a default `verified` status of false.

feat(ApiIrService): implement identity verification client for api.ir

- Created `ApiIrService` to handle identity verification via api.ir.
- Implemented methods for matching national code with mobile and IBAN with national code and birth date.
- Added error handling and logging for external API requests.
2026-06-25 19:38:47 +03:30

1 line
6.7 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_command_cancelexpiredappointmentscommand_php", "label": "CancelExpiredAppointmentsCommand.php", "file_type": "code", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L1"}, {"id": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand", "label": "CancelExpiredAppointmentsCommand", "file_type": "code", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L11"}, {"id": "command", "label": "Command", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L17"}, {"id": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_execute", "label": ".execute()", "file_type": "code", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L22"}, {"id": "inputinterface", "label": "InputInterface", "file_type": "code", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L22"}, {"id": "outputinterface", "label": "OutputInterface", "file_type": "code", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L22"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_command_cancelexpiredappointmentscommand_php", "target": "appointmentexpiryservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_command_cancelexpiredappointmentscommand_php", "target": "ascommand", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_command_cancelexpiredappointmentscommand_php", "target": "command", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_command_cancelexpiredappointmentscommand_php", "target": "inputinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_command_cancelexpiredappointmentscommand_php", "target": "outputinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_command_cancelexpiredappointmentscommand_php", "target": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L11", "weight": 1.0}, {"source": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand", "target": "command", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L15", "weight": 1.0}, {"source": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand", "target": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L17", "weight": 1.0}, {"source": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand", "target": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_execute", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L22", "weight": 1.0}, {"source": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_execute", "target": "inputinterface", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L22", "weight": 1.0, "context": "parameter_type"}, {"source": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_execute", "target": "outputinterface", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L22", "weight": 1.0, "context": "parameter_type"}, {"source": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_execute", "target": "command", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L26", "weight": 1.0}], "raw_calls": [{"caller_nid": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L19", "receiver": null}, {"caller_nid": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_execute", "callee": "expireStale", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L24", "receiver": null}, {"caller_nid": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_execute", "callee": "writeln", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L25", "receiver": null}, {"caller_nid": "command_cancelexpiredappointmentscommand_cancelexpiredappointmentscommand_execute", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Command/CancelExpiredAppointmentsCommand.php", "source_location": "L25", "receiver": null}]}