Documentation

ExtensionProperty
in package
implements OpenApiAttributeInterface

A name/value property within a OpenApi extension

Interfaces, Classes, Traits and Enums

OpenApiAttributeInterface

Table of Contents

$name  : string
$parseValue  : bool
$value  : string
__construct()  : mixed

Properties

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.

Return values
mixed

Search results