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
implements
ArrayAccess
uses
ICanBoogie\PrototypeTrait (not available)
Methods summary
protected
set_dispatcher( ICanBoogie\HTTP\Dispatcher
|null $dispatcher
)
Sets the dispatcher currently dispatching the request.
Sets the dispatcher currently dispatching the request.
Parameters
Throws
public
offsetExists( $property
)
Inheritdoc
Implementation of
ArrayAccess::offsetExists()
public
offsetGet( $property
)
Inheritdoc
Implementation of
ArrayAccess::offsetGet()
public
offsetSet( $property
, $value
)
Inheritdoc
Implementation of
ArrayAccess::offsetSet()
public
offsetUnset( $property
)
Inheritdoc
Implementation of
ArrayAccess::offsetUnset()
Properties summary
Magic properties