NotionCommotion Posted July 20, 2020 Share Posted July 20, 2020 Is there anything different between a response and a responder? My thought is maybe a response is something that one application gives to another, and a responder is used only by a single application to create a response. interface TrendInterface { public function getResponse($blabla):TrendResponse; public function getResponder($blabla):TrendResponder; } Quote Link to comment Share on other sites More sharing options...
requinix Posted July 20, 2020 Share Posted July 20, 2020 A responder sends a response. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.