HasContext
trait HasContext
Properties
| protected array | $context |
Methods
withContext(string|array $key, mixed $value = null)
Set the API request/response context.
mixed
context(string|null $key = null)
Get the API request/response context.
Details
at line 14
HasContext
withContext(string|array $key, mixed $value = null)
Set the API request/response context.
at line 30
mixed
context(string|null $key = null)
Get the API request/response context.