1 line
56 KiB
JSON
1 line
56 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "label": "BookingController.php", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L1"}, {"id": "controller_bookingcontroller_bookingcontroller", "label": "BookingController", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L39"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_bookingcontroller_bookingcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L43"}, {"id": "controller_bookingcontroller_bookingcontroller_requestflags", "label": ".requestFlags()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L68"}, {"id": "controller_bookingcontroller_bookingcontroller_create", "label": ".create()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L85"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L85"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L85"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L85"}, {"id": "controller_bookingcontroller_bookingcontroller_release", "label": ".release()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L146"}, {"id": "controller_bookingcontroller_bookingcontroller_confirm", "label": ".confirm()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L166"}, {"id": "controller_bookingcontroller_bookingcontroller_rebook", "label": ".rebook()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L203"}, {"id": "controller_bookingcontroller_bookingcontroller_recordprice", "label": ".recordPrice()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L241"}, {"id": "appointmenthold", "label": "AppointmentHold", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L241"}, {"id": "appointment", "label": "Appointment", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L241"}, {"id": "pricesnapshot", "label": "PriceSnapshot", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L241"}, {"id": "controller_bookingcontroller_bookingcontroller_assertassignmentcoversplan", "label": ".assertAssignmentCoversPlan()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L276"}, {"id": "appointmentplan", "label": "AppointmentPlan", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L276"}, {"id": "controller_bookingcontroller_bookingcontroller_resolveassignment", "label": ".resolveAssignment()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L298"}, {"id": "controller_bookingcontroller_bookingcontroller_makeappointment", "label": ".makeAppointment()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L334"}, {"id": "controller_bookingcontroller_bookingcontroller_requirehold", "label": ".requireHold()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L365"}, {"id": "controller_bookingcontroller_bookingcontroller_requireitem", "label": ".requireItem()", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L381"}, {"id": "serviceitem", "label": "ServiceItem", "file_type": "code", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L381"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "appointmenthold", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "appointmentholdrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "bookingservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "holdservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "pricesnapshot", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "pricesnapshotservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "packageconsumptionservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "bookingpolicyguard", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "pricingengine", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "appointmentplanbuilder", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "branchresolver", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "serviceitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "serviceitemrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "clinicresource", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "clinicresourcerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L24", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L25", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "appexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L26", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "tenantownershipchecker", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L27", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L28", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L29", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L30", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L31", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L32", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L33", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L34", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_booking_controller_bookingcontroller_php", "target": "controller_bookingcontroller_bookingcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L39", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L41", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L43", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_requestflags", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L68", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L85", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_create", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L85", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_create", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L85", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_create", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L85", "weight": 1.0, "context": "return_type"}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_release", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L146", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_release", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L146", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_release", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L146", "weight": 1.0, "context": "return_type"}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_confirm", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L166", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_confirm", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L166", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_confirm", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L166", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_confirm", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L166", "weight": 1.0, "context": "return_type"}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_rebook", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L203", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_rebook", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L203", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_rebook", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L203", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_rebook", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L203", "weight": 1.0, "context": "return_type"}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_recordprice", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L241", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_recordprice", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L241", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_recordprice", "target": "appointmenthold", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L241", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_recordprice", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L241", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_recordprice", "target": "pricesnapshot", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L241", "weight": 1.0, "context": "return_type"}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_assertassignmentcoversplan", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L276", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_assertassignmentcoversplan", "target": "appointmentplan", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L276", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_resolveassignment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L298", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_resolveassignment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L298", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_makeappointment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L334", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_makeappointment", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L334", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_makeappointment", "target": "appointmenthold", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L334", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_makeappointment", "target": "appointment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L334", "weight": 1.0, "context": "return_type"}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_requirehold", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L365", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_requirehold", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L365", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_requirehold", "target": "appointmenthold", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L365", "weight": 1.0, "context": "return_type"}, {"source": "controller_bookingcontroller_bookingcontroller", "target": "controller_bookingcontroller_bookingcontroller_requireitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L381", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_requireitem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L381", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_bookingcontroller_bookingcontroller_requireitem", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L381", "weight": 1.0, "context": "return_type"}, {"source": "controller_bookingcontroller_bookingcontroller_create", "target": "controller_bookingcontroller_bookingcontroller_requireitem", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L109", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_create", "target": "controller_bookingcontroller_bookingcontroller_requestflags", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L126", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_create", "target": "controller_bookingcontroller_bookingcontroller_resolveassignment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L129", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_create", "target": "controller_bookingcontroller_bookingcontroller_assertassignmentcoversplan", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L130", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_release", "target": "controller_bookingcontroller_bookingcontroller_requirehold", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L149", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_confirm", "target": "controller_bookingcontroller_bookingcontroller_requirehold", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L175", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_confirm", "target": "controller_bookingcontroller_bookingcontroller_makeappointment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L177", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_confirm", "target": "controller_bookingcontroller_bookingcontroller_recordprice", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L186", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_rebook", "target": "appointment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L212", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_rebook", "target": "controller_bookingcontroller_bookingcontroller_requirehold", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L221", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_rebook", "target": "controller_bookingcontroller_bookingcontroller_confirm", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L224", "weight": 1.0}, {"source": "controller_bookingcontroller_bookingcontroller_recordprice", "target": "controller_bookingcontroller_bookingcontroller_requireitem", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Appointment/Booking/Controller/BookingController.php", "source_location": "L247", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_bookingcontroller_bookingcontroller_requestflags", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L73", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requestflags", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L78", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L88", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L88", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L90", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L95", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "is_numeric", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L100", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L101", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L104", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L105", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L108", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L113", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "build", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L118", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L122", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "assertEligible", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L126", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "assertSpacing", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L127", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "pair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L132", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "hold", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L134", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L143", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_create", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L143", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_release", "callee": "isConfirmed", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L151", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_release", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L152", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_release", "callee": "releaseHold", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_release", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L156", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_release", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L157", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_release", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L159", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L169", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L169", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L171", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L171", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L172", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L178", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L179", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L188", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L189", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L190", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "getStartsAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L191", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "getEndsAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L192", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_confirm", "callee": "getPayload", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L193", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L206", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L206", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L208", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L208", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L209", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L212", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "getRepository", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L212", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "pair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L215", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "belongsToPair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L217", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L218", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "cancel", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L225", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "getUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L228", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_rebook", "callee": "getStartsAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L230", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L243", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L243", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "recordFlatVisit", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L244", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "getVisitPriceRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L244", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L248", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L252", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "quote", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L257", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "getStartsAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L261", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L262", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "patientRecordFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L264", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_recordprice", "callee": "record", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L267", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_assertassignmentcoversplan", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_assertassignmentcoversplan", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L285", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_resolveassignment", "callee": "pair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L300", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_resolveassignment", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L305", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_resolveassignment", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L305", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_resolveassignment", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L310", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_resolveassignment", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L314", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_resolveassignment", "callee": "belongsToPair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L316", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_makeappointment", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L336", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_makeappointment", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L340", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_makeappointment", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L349", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_makeappointment", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L350", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_makeappointment", "callee": "getStartsAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L359", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_makeappointment", "callee": "getEndsAt", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L359", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_makeappointment", "callee": "assignTenantPair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L360", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_makeappointment", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L360", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_makeappointment", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L360", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requirehold", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L367", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requirehold", "callee": "pair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L368", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requirehold", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L372", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requirehold", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L372", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requirehold", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L372", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requirehold", "callee": "belongsToPair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L373", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requireitem", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L383", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requireitem", "callee": "pair", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L384", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requireitem", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L387", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requireitem", "callee": "getSection", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L387", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requireitem", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L388", "receiver": null}, {"caller_nid": "controller_bookingcontroller_bookingcontroller_requireitem", "callee": "getSection", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Appointment/Booking/Controller/BookingController.php", "source_location": "L388", "receiver": null}]} |