- 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.
1 line
58 KiB
JSON
1 line
58 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "label": "MyAppointmentsController.php", "file_type": "code", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L1"}, {"id": "controller_myappointmentscontroller_myappointmentscontroller", "label": "MyAppointmentsController", "file_type": "code", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L22"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_myappointmentscontroller_myappointmentscontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L25"}, {"id": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "label": ".createAppointment()", "file_type": "code", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L34"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L34"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L34"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L34"}, {"id": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "label": ".myAppointments()", "file_type": "code", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L97"}, {"id": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "label": ".todayStats()", "file_type": "code", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L203"}, {"id": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "label": ".resolveSecretaryFilter()", "file_type": "code", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L278"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "slotcalculatorservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "useractivecontextrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "clinicrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "doctorsecretary", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "doctorsecretaryrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_controller_myappointmentscontroller_php", "target": "controller_myappointmentscontroller_myappointmentscontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L22", "weight": 1.0}, {"source": "controller_myappointmentscontroller_myappointmentscontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L23", "weight": 1.0}, {"source": "controller_myappointmentscontroller_myappointmentscontroller", "target": "controller_myappointmentscontroller_myappointmentscontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L25", "weight": 1.0}, {"source": "controller_myappointmentscontroller_myappointmentscontroller", "target": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L34", "weight": 1.0}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L34", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L34", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L34", "weight": 1.0, "context": "return_type"}, {"source": "controller_myappointmentscontroller_myappointmentscontroller", "target": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L97", "weight": 1.0}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L97", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L97", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L97", "weight": 1.0, "context": "return_type"}, {"source": "controller_myappointmentscontroller_myappointmentscontroller", "target": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L203", "weight": 1.0}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L203", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L203", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L203", "weight": 1.0, "context": "return_type"}, {"source": "controller_myappointmentscontroller_myappointmentscontroller", "target": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L278", "weight": 1.0}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L278", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "target": "user", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L62", "weight": 1.0}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "target": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L139", "weight": 1.0}, {"source": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "target": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L237", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L38", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "array_intersect", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L40", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L41", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L44", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L44", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L45", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L48", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L49", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L51", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L51", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L51", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L52", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L55", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L56", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L59", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L60", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L62", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L62", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "setRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L65", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L66", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L67", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L80", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L83", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "setNote", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L83", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "resolveSlotLocationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L84", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "setAddressId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L85", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L86", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L87", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L89", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L90", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_createappointment", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L93", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L101", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L102", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L103", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L103", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L104", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L104", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L105", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L105", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L106", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L106", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L119", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L121", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L123", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L124", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L126", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L128", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L128", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L128", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L131", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L132", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L134", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L136", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L136", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L138", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L141", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L145", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L152", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L152", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L157", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L157", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L162", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L162", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L166", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L166", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L168", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L169", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L170", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L171", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L171", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L171", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L176", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L176", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L179", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L179", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L179", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L181", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L181", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L181", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L181", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L184", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L192", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L193", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L197", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_myappointments", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L200", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L207", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L207", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L207", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L208", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L209", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L211", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L212", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "groupBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L224", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L225", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L231", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L232", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L234", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L234", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L236", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L241", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L241", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L241", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L245", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L245", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L250", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L250", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "array_sum", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L256", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_todaystats", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L264", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L288", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "callee": "findActiveBySecretaryForClinic", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L290", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "callee": "getPermissions", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L292", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L297", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "callee": "findActiveBySecretaryForDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L299", "receiver": null}, {"caller_nid": "controller_myappointmentscontroller_myappointmentscontroller_resolvesecretaryfilter", "callee": "getPermissions", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Controller/MyAppointmentsController.php", "source_location": "L301", "receiver": null}]} |