ExtensionProperty
in package
implements
OpenApiAttributeInterface
A name/value property within a OpenApi extension
Interfaces, Classes, Traits and Enums
Table of Contents
- $name : string
- $parseValue : bool
- $value : string
- __construct() : mixed
Properties
$name
public
string
$name
$parseValue
public
bool
$parseValue
= false
$value
public
string
$value
Methods
__construct()
public
__construct(string $name, string $value[, bool $parseValue = false ]) : mixed
Parameters
- $name : string
-
The name of the property.
- $value : string
-
The value of the property.
- $parseValue : bool = false
-
If set to true, field
$value
will be parsed and serialized as JSON/YAML.