final | |
|---|---|
readonly | |
implements |
PrimitiveTypeInterface |
Wraps a EdmPrimitiveType case as a first-class TypeInterface participant.
The name and qualified name are derived directly from the enum value, e.g. EdmPrimitiveType::String → name "String", qualified name "Edm.String".
| Methods | ||
|---|---|---|
public
|
__construct(EdmPrimitiveType $primitiveType)
|
# |
public
|
getPrimitiveType(): EdmPrimitiveType
|
# |
public
|
getName(): string
|
# |
public
|
getQualifiedName(): string
|
# |