Welcome Guest, Not a member yet? Register   Sign In
How to access request in ResourcePresenter?
#7

Thanks.
If anyone else is using Visual Studio Code with the PHP Intelephense extension, if you want to get rid of the 'Undefined method' problem, add the following class variable and @var tag to document the data type for Intelephense:
Code:
/** @var \CodeIgniter\HTTP\IncomingRequest $request */
protected $request;
Reply


Messages In This Thread
RE: How to access request in ResourcePresenter? - by rich8374 - 11-25-2022, 02:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB