- Added AltchaService class for managing ALTCHA captcha challenges and solutions. - Created CaptchaController to handle API requests for generating challenges. - Introduced CaptchaGuard for validating captcha solutions on public endpoints. - Developed unit tests for AltchaService to ensure challenge creation and solution verification functionality. - Implemented integration tests for the Captcha API endpoint and captcha bypass behavior when disabled. - Added documentation for the Captcha API in the corresponding markdown file.
1 line
37 KiB
JSON
1 line
37 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "label": "PreRegistrationController.php", "file_type": "code", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L1"}, {"id": "controller_preregistrationcontroller_preregistrationcontroller", "label": "PreRegistrationController", "file_type": "code", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L26"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_preregistrationcontroller_preregistrationcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L29"}, {"id": "controller_preregistrationcontroller_preregistrationcontroller_submit", "label": ".submit()", "file_type": "code", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L42"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L42"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L42"}, {"id": "controller_preregistrationcontroller_preregistrationcontroller_list", "label": ".list()", "file_type": "code", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L80"}, {"id": "controller_preregistrationcontroller_preregistrationcontroller_approve", "label": ".approve()", "file_type": "code", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L108"}, {"id": "controller_preregistrationcontroller_preregistrationcontroller_reject", "label": ".reject()", "file_type": "code", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L178"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "preregistration", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "preregistrationrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "clinicrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "captchaguard", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "smsservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "loggerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "userpasswordhasherinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L24", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_auth_controller_preregistrationcontroller_php", "target": "controller_preregistrationcontroller_preregistrationcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L26", "weight": 1.0}, {"source": "controller_preregistrationcontroller_preregistrationcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L27", "weight": 1.0}, {"source": "controller_preregistrationcontroller_preregistrationcontroller", "target": "controller_preregistrationcontroller_preregistrationcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L29", "weight": 1.0}, {"source": "controller_preregistrationcontroller_preregistrationcontroller", "target": "controller_preregistrationcontroller_preregistrationcontroller_submit", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L42", "weight": 1.0}, {"source": "controller_preregistrationcontroller_preregistrationcontroller_submit", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L42", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_preregistrationcontroller_preregistrationcontroller_submit", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L42", "weight": 1.0, "context": "return_type"}, {"source": "controller_preregistrationcontroller_preregistrationcontroller", "target": "controller_preregistrationcontroller_preregistrationcontroller_list", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L80", "weight": 1.0}, {"source": "controller_preregistrationcontroller_preregistrationcontroller_list", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L80", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_preregistrationcontroller_preregistrationcontroller_list", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L80", "weight": 1.0, "context": "return_type"}, {"source": "controller_preregistrationcontroller_preregistrationcontroller", "target": "controller_preregistrationcontroller_preregistrationcontroller_approve", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L108", "weight": 1.0}, {"source": "controller_preregistrationcontroller_preregistrationcontroller_approve", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L108", "weight": 1.0, "context": "return_type"}, {"source": "controller_preregistrationcontroller_preregistrationcontroller", "target": "controller_preregistrationcontroller_preregistrationcontroller_reject", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L178", "weight": 1.0}, {"source": "controller_preregistrationcontroller_preregistrationcontroller_reject", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L178", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_preregistrationcontroller_preregistrationcontroller_reject", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Auth/Controller/PreRegistrationController.php", "source_location": "L178", "weight": 1.0, "context": "return_type"}], "raw_calls": [{"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "assertValid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L45", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L47", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L47", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L48", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L49", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L50", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L51", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L59", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L60", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "mb_strlen", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L62", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "mb_strlen", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L62", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L63", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "mb_strlen", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L65", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L66", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "hasPendingForMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L69", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L74", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L75", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L77", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L77", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_submit", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L77", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L84", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L85", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L86", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L88", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L88", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L88", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L93", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L93", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L98", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L98", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L98", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L98", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L98", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_list", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L105", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L112", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L114", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "isPending", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L116", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L117", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "bin2hex", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L120", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "random_bytes", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L120", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L122", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L122", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L124", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "setPasswordHash", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L126", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "hashPassword", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L126", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "setRealName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L127", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L127", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L129", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L131", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "addRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L135", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L136", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L138", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "setMobileNumber", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L139", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L139", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L140", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "addRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L145", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "setTelephone", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L149", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L149", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "setNotificationMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L150", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L150", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L152", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getDoctors", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L152", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L154", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L159", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "dispatchTemplate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L162", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L164", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L166", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "rtrim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L168", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "warning", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L172", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L172", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_approve", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L175", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_reject", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L182", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_reject", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L184", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_reject", "callee": "isPending", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L186", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_reject", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L187", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_reject", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L190", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_reject", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L190", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_reject", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L192", "receiver": null}, {"caller_nid": "controller_preregistrationcontroller_preregistrationcontroller_reject", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Auth/Controller/PreRegistrationController.php", "source_location": "L194", "receiver": null}]} |