- 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
138 KiB
JSON
1 line
138 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "label": "RepresentationActionController.php", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L1"}, {"id": "controller_representationactioncontroller_representationactioncontroller", "label": "RepresentationActionController", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L27"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_representationactioncontroller_representationactioncontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L31"}, {"id": "controller_representationactioncontroller_representationactioncontroller_me", "label": ".me()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L41"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L41"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L41"}, {"id": "controller_representationactioncontroller_representationactioncontroller_repprofile", "label": ".repProfile()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L62"}, {"id": "representation", "label": "Representation", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L62"}, {"id": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "label": ".verifyNationalCode()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L70"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L70"}, {"id": "controller_representationactioncontroller_representationactioncontroller_addiban", "label": ".addIban()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L114"}, {"id": "controller_representationactioncontroller_representationactioncontroller_removeiban", "label": ".removeIban()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L169"}, {"id": "controller_representationactioncontroller_representationactioncontroller_normalizeiban", "label": ".normalizeIban()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L191"}, {"id": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "label": ".createDoctor()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L200"}, {"id": "controller_representationactioncontroller_representationactioncontroller_createclinic", "label": ".createClinic()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L289"}, {"id": "controller_representationactioncontroller_representationactioncontroller_doctors", "label": ".doctors()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L368"}, {"id": "controller_representationactioncontroller_representationactioncontroller_clinics", "label": ".clinics()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L425"}, {"id": "controller_representationactioncontroller_representationactioncontroller_appointments", "label": ".appointments()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L478"}, {"id": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "label": ".doctorStats()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L556"}, {"id": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "label": ".toggleDoctorStatus()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L587"}, {"id": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "label": ".dashboardSummary()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L618"}, {"id": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "label": ".doctorsPerformance()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L669"}, {"id": "controller_representationactioncontroller_representationactioncontroller_financereport", "label": ".financeReport()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L740"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "financialbreakdown", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "specialty", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "representationrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "inputvalidator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationactioncontroller_php", "target": "controller_representationactioncontroller_representationactioncontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L27", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L29", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L31", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_me", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L41", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_me", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L41", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_me", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L41", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_repprofile", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L62", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_repprofile", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L62", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_repprofile", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L62", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L70", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L70", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L70", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L70", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_addiban", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L114", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_addiban", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L114", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_addiban", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L114", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_addiban", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L114", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_removeiban", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L169", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_removeiban", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L169", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_removeiban", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L169", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_normalizeiban", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L191", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L200", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L200", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L200", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L200", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_createclinic", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L289", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_createclinic", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L289", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_createclinic", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L289", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_createclinic", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L289", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_doctors", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L368", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_doctors", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L368", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_doctors", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L368", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_doctors", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L368", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_clinics", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L425", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_clinics", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L425", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_clinics", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L425", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_clinics", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L425", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_appointments", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L478", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_appointments", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L478", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_appointments", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L478", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_appointments", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L478", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L556", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L556", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L556", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L587", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L587", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L587", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L618", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L618", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L618", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L669", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L669", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L669", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L669", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller", "target": "controller_representationactioncontroller_representationactioncontroller_financereport", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L740", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_financereport", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L740", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_financereport", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L740", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_financereport", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L740", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationactioncontroller_representationactioncontroller_me", "target": "controller_representationactioncontroller_representationactioncontroller_repprofile", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L58", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "target": "controller_representationactioncontroller_representationactioncontroller_repprofile", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L111", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_addiban", "target": "controller_representationactioncontroller_representationactioncontroller_normalizeiban", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L147", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_addiban", "target": "controller_representationactioncontroller_representationactioncontroller_repprofile", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L166", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_removeiban", "target": "controller_representationactioncontroller_representationactioncontroller_repprofile", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L187", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "target": "user", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L238", "weight": 1.0}, {"source": "controller_representationactioncontroller_representationactioncontroller_createclinic", "target": "user", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Representation/Controller/RepresentationActionController.php", "source_location": "L327", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_representationactioncontroller_representationactioncontroller_me", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L53", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_me", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L55", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_me", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L58", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_repprofile", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L64", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_repprofile", "callee": "getNationalCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L65", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_repprofile", "callee": "isNationalCodeVerified", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L66", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L93", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L97", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "strlen", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L99", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L100", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "shahkarMatch", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L103", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "getMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L103", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L104", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "ErrorCodes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L104", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "setNationalCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L107", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "setNationalCodeVerified", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L109", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_verifynationalcode", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L111", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L134", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L136", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "isNationalCodeVerified", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L139", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L140", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "ErrorCodes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L140", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L142", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "getIbans", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L142", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L143", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "ErrorCodes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L143", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L150", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "ibanMatch", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L153", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "getNationalCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L153", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "ErrorCodes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "getFullName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L161", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L164", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_addiban", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L166", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_removeiban", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L179", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_removeiban", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L181", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_removeiban", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L185", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_removeiban", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L187", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_normalizeiban", "callee": "strtoupper", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L193", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_normalizeiban", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L193", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_normalizeiban", "callee": "str_starts_with", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_normalizeiban", "callee": "ltrim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L195", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_normalizeiban", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L197", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L228", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L228", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L229", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L232", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L234", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L235", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L238", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L238", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "setRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L241", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "setPasswordHash", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "password_hash", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L243", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L246", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L246", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L247", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L251", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "setGender", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L251", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L252", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "setDegree", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L252", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L253", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "setMedicalSystemCode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L253", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L254", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "setInfo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L254", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L255", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "setMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L255", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L257", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L257", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L259", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L259", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L260", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "getSpecialties", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L260", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L264", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "setRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L266", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L266", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L269", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L270", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L272", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L272", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "array_unique", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L272", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L275", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L276", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L279", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "dispatchAsync", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L282", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L286", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createdoctor", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L286", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L313", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L313", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L314", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L314", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L315", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L318", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L320", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L321", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L324", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L327", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L327", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L330", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "getRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L333", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L334", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "setRoles", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L336", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L336", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "array_unique", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L336", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L340", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L341", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "setTelephone", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L341", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L342", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "setAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L342", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L343", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "setInfo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L343", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L345", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "setRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L347", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L347", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L350", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L351", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L354", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "dispatchAsync", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L355", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L357", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L361", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L362", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L363", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_createclinic", "callee": "isActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L364", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L382", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L384", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L387", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L388", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L389", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L389", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L391", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L391", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L391", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L391", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L391", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L391", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L395", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L399", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L399", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L402", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L402", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L402", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L403", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L403", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L403", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L403", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L406", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L418", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L419", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctors", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L422", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L439", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L441", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L444", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L445", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L446", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L446", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L448", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L448", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L448", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L448", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L448", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L448", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L452", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L456", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L456", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L459", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L459", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L459", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L460", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L460", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L460", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L460", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L463", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L472", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_clinics", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L475", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L494", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L496", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L499", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L500", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L501", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L501", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L502", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L502", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L503", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L503", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L515", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L519", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L519", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L523", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L523", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L525", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L526", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L527", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L528", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L528", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L528", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L533", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L533", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L533", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L535", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L535", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L535", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L535", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L538", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L546", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L547", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L548", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_appointments", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L553", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L565", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L567", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "callee": "getConnection", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L570", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L571", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L573", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L574", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L575", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "callee": "fetchOne", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L576", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorstats", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L578", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L600", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L602", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L605", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L605", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "getRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L606", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L607", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "setActiveDoctorAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L610", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "isActiveDoctorAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L610", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L611", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L613", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_toggledoctorstatus", "callee": "isActiveDoctorAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L613", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L627", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L629", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L632", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L633", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L634", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L638", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L638", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L638", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L644", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L644", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L644", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L650", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "$apptCount", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L652", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "$apptCount", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L653", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "$apptCount", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L654", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "$apptCount", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L655", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "$income", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L658", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "$income", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L659", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "$income", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L660", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "$income", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L661", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "getWalletBalance", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L662", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "sumByStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L663", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_dashboardsummary", "callee": "sumByStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L664", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L682", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L684", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L687", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L688", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L689", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L691", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L691", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L691", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L691", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L691", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L691", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L698", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L698", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L698", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L699", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L699", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L699", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L699", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L702", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "strtotime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L703", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L707", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L707", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L707", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L713", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L715", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L715", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L715", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "getActiveSubscription", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L720", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "$apptCount", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L727", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "$apptCount", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L728", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "$apptCount", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L729", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "$apptCount", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L730", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_doctorsperformance", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L737", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L755", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L757", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L760", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L761", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L762", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L763", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L765", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L776", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L780", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L780", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L783", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L783", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L786", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L786", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L786", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L787", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L787", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L787", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L787", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L790", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L799", "receiver": null}, {"caller_nid": "controller_representationactioncontroller_representationactioncontroller_financereport", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationActionController.php", "source_location": "L802", "receiver": null}]} |