Documentation

LinkParameter
in package
implements OpenApiAttributeInterface

Represents a parameter to pass to an operation as specified with operationId or identified via operationRef.

Interfaces, Classes, Traits and Enums

OpenApiAttributeInterface

Table of Contents

$expression  : string
$name  : string
__construct()  : mixed

Properties

Methods

__construct()

public __construct([string $name = "" ][, string $expression = "" ]) : mixed
Parameters
$name : string = ""

The name of this link parameter.

$expression : string = ""

A constant or an expression to be evaluated and passed to the linked operation.

Return values
mixed

Search results