Interface Yiisoft\RequestProvider\RequestProviderInterface
| Implemented by | Yiisoft\ |
|---|
Provides a way to set the current request and then get it when needed.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| get() | Get the current request. | Yiisoft\ |
| set() | Set the current request. | Yiisoft\ |
Method Details
Get the current request.
| public abstract \ | ||
| throws | Yiisoft\ |
|
|---|---|---|
public function get(): ServerRequestInterface;
User Contributed Notes
Leave a comment
Join the conversation to share a note.