- 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
45 KiB
JSON
1 line
45 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "label": "RepresentationController.php", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L1"}, {"id": "controller_representationcontroller_representationcontroller", "label": "RepresentationController", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L21"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_representationcontroller_representationcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L25"}, {"id": "controller_representationcontroller_representationcontroller_create", "label": ".create()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L34"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L34"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L34"}, {"id": "controller_representationcontroller_representationcontroller_get", "label": ".get()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L120"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L120"}, {"id": "controller_representationcontroller_representationcontroller_update", "label": ".update()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L158"}, {"id": "controller_representationcontroller_representationcontroller_delete", "label": ".delete()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L217"}, {"id": "controller_representationcontroller_representationcontroller_dashboardmonthly", "label": ".dashboardMonthly()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L257"}, {"id": "controller_representationcontroller_representationcontroller_dashboardyearly", "label": ".dashboardYearly()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L315"}, {"id": "controller_representationcontroller_representationcontroller_buildstats", "label": ".buildStats()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L392"}, {"id": "representation", "label": "Representation", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L392"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "representation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "representationrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "jalalidateservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "inputvalidator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "controller_representationcontroller_representationcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L21", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L23", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L25", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L34", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_create", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L34", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_create", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L34", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L120", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_get", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L120", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_get", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L120", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L158", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L158", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L158", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L158", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L217", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_delete", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L217", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_dashboardmonthly", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L257", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L257", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L257", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L257", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_dashboardyearly", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L315", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L315", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L315", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L315", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_buildstats", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L392", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_buildstats", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L392", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "controller_representationcontroller_representationcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L304", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "controller_representationcontroller_representationcontroller_buildstats", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L311", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "controller_representationcontroller_representationcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L370", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "controller_representationcontroller_representationcontroller_buildstats", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L377", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L86", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L86", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L87", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L87", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L88", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L90", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L90", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L94", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L95", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "findByMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L98", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L101", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "addRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L103", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L104", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L106", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L107", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L111", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "setCityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L111", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L112", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "setCommissionPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L112", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L113", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "setBankAccount", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L113", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L115", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L117", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L117", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L152", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L196", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L198", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L201", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L201", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L201", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L201", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L202", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L205", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L205", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L206", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setFullName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L206", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L207", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setCityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L207", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L208", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setBankAccount", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L208", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L209", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setCommissionPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L209", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L210", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L210", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L212", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L214", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L246", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L248", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L251", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L252", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L295", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L297", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L300", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L300", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L300", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L300", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L301", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "jalaliYear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L304", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L304", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "jalaliMonth", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L305", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L305", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "jalaliMonthRange", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L307", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L309", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L361", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L363", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L366", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L366", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L366", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L366", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L367", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "jalaliYear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L370", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L370", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "jalaliMonthRange", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L374", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "jalaliYearRange", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L381", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L383", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L394", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L397", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L397", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L397", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L405", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L405", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L405", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L412", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L412", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L412", "receiver": null}]} |