OpenAPISchemaProvider
in package
implements
ProviderInterface
Read onlyYes
OpenAPIスキーマProvider
JSONまたはYAML形式のOpenAPIスキーマファイルを読み込みます。
Tags
Table of Contents
Interfaces
- ProviderInterface
Properties
- $schemaFile : string
Methods
- __construct() : mixed
- get() : OpenApi
Properties
$schemaFile
private
string
$schemaFile
Attributes
- #[Named]
- 'openapi_schema_file'
Methods
__construct()
public
__construct(string $schemaFile) : mixed
Parameters
- $schemaFile : string
get()
public
get() : OpenApi