Class Context
The context of a request.
This is a general purpose container used to store the objects and variables related to a request.
- ICanBoogie\HTTP\Request\Context uses ICanBoogie\PrototypeTrait (not available)
Methods summary
protected
set_dispatcher( ICanBoogie\HTTP\DispatcherInterface
|null $dispatcher
)
Sets the dispatcher currently dispatching the request.
Properties summary
Magic properties
public
$dispatcher
: ICanBoogie\HTTP\DispatcherInterface
The dispatcher currently dispatching the request.