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
Table of Contents
- $expression : string
- $name : string
- __construct() : mixed
Properties
$expression
public
string
$expression
= ""
$name
public
string
$name
= ""
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.