final | |
|---|---|
readonly | |
implements |
EntityContainerInterface |
uses |
HasAnnotations |
| Methods | ||
|---|---|---|
public
|
__construct(
string $name,
list<EntitySetInterface> $entitySets = [],
list<SingletonInterface> $singletons = [],
list<FunctionImportInterface> $functionImports = [],
?string $extendsName = null,
list<AnnotationInterface> $annotations = [],
)
|
# |
public
|
getName(): string
|
# |
public
|
getEntitySets(): array
|
# |
public
|
getEntitySet(string $name): ?EntitySetInterface
|
# |
public
|
getSingletons(): array
|
# |
public
|
getSingleton(string $name): ?SingletonInterface
|
# |
public
|
getFunctionImports(): array
|
# |
public
|
getFunctionImport(string $name): ?FunctionImportInterface
|
# |
public
|
getExtendsName(): ?string
|
# |
| Methods used from LaravelUi5\OData\Edm\HasAnnotations |
|---|
getAnnotations(), getAnnotation() |