final | |
|---|---|
readonly | |
implements |
FunctionParameterInterface |
uses |
HasAnnotations |
| Methods | ||
|---|---|---|
public
|
__construct(
string $name,
TypeInterface $type,
bool $isCollection = false,
bool $isNullable = true,
?TypeFacetsInterface $facets = null,
list<AnnotationInterface> $annotations = [],
)
|
# |
public
|
getName(): string
|
# |
public
|
getType(): TypeInterface
|
# |
public
|
isCollection(): bool
|
# |
public
|
isNullable(): bool
|
# |
public
|
getFacets(): ?TypeFacetsInterface
|
# |
| Methods used from LaravelUi5\OData\Edm\HasAnnotations |
|---|
getAnnotations(), getAnnotation() |