Interface LaravelUi5\OData\Edm\Contracts\FunctionParameterInterface

extends NamedElementInterface, AnnotatableInterface, AnnotationTargetInterface

A single parameter of a function overload.

Parameters are positional and named. The first parameter of a bound function is the binding parameter, which constrains the type the function may be called on.

Methods
Methods inherited from LaravelUi5\OData\Edm\Contracts\NamedElementInterface
getName()
Methods inherited from LaravelUi5\OData\Edm\Contracts\AnnotatableInterface
getAnnotations(), getAnnotation()