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\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
- ICanBoogie\HTTP\Request\Context
Methods summary
public
|
|
protected
|
|
protected
|
#
set_dispatcher(
Sets the dispatcher currently dispatching the request. |
protected
|
Methods inherited from ICanBoogie\Object
from()
,
resolve_facade_properties()
,
resolve_private_properties()
,
to_array()
,
to_json()
Methods inherited from ICanBoogie\ToArrayRecursive
Methods used from ICanBoogie\ToArrayRecursiveTrait
Methods used from ICanBoogie\PrototypeTrait
__call()
,
__get()
,
__set()
,
__sleep()
,
__wakeup()
,
get_prototype()
,
has_method()
,
has_property()
,
last_chance_get()
,
last_chance_set()
Magic methods summary
Properties summary
Magic properties
public read-only
|
$request |
|
#
The request associated with the context. |
public read-only
|
$dispatcher |
|
#
The dispatcher currently dispatching the request. |