OpenAPIModule
extends AbstractModule
in package
OpenAPI統合モジュール
OpenAPIスキーマに基づいた自動バリデーションを提供します。
Table of Contents
Properties
- $enableInCli : bool|null
- $schemaFile : string
Methods
- __construct() : mixed
- configure() : void
Properties
$enableInCli
private
bool|null
$enableInCli
= null
$schemaFile
private
string
$schemaFile
Methods
__construct()
public
__construct(string $schemaFile[, bool|null $enableInCli = null ]) : mixed
Parameters
- $schemaFile : string
- $enableInCli : bool|null = null
configure()
protected
configure() : void