Home »
MCQs »
Symfony MCQs
The ____ function of the base controller may be used to obtain a web page request in a controller (action method)
24. The ____ function of the base controller may be used to obtain a web page request in a controller (action method).
- getRequest()
- getReq()
- getResponse()
Answer: A) getRequest()
Explanation:
The getRequest() function of the base controller may be used to obtain a web page request in a controller (action method).