Context
Interface for context objects.
Tags
Table of Contents
- getRequest() : Request
- Returns a Request object.
- toArray() : array<string|int, mixed>
- Returns the context dictionary.
Methods
getRequest()
Returns a Request object.
public
getRequest() : Request
Return values
Request —toArray()
Returns the context dictionary.
public
toArray() : array<string|int, mixed>