OpenAPIContextRegistry
in package
OpenAPIコンテキストレジストリ
リクエストスコープでOpenAPIコンテキストを保持
Table of Contents
Properties
- $context : OpenAPIContext|null
Methods
- get() : OpenAPIContext|null
- has() : bool
- set() : void
Properties
$context
private
OpenAPIContext|null
$context
= null
Methods
get()
public
get() : OpenAPIContext|null
Return values
OpenAPIContext|nullhas()
public
has() : bool
Return values
boolset()
public
set(OpenAPIContext $context) : void
Parameters
- $context : OpenAPIContext