Extension
in package
implements
OpenApiAttributeInterface
An optionally named list of extension properties.
Interfaces, Classes, Traits and Enums
Table of Contents
- $name : string
- $properties : array<string|int, mixed>
- __construct() : mixed
Properties
$name
public
string
$name
= ""
$properties
public
array<string|int, mixed>
$properties
= []
Methods
__construct()
public
__construct([string $name = "" ][, array<string|int, ExtensionProperty> $properties = [] ]) : mixed
Parameters
- $name : string = ""
-
An option name for these extensions.
- $properties : array<string|int, ExtensionProperty> = []
-
The extension properties.