final | |
|---|---|
readonly | |
implements |
VocabularyCatalogInterface |
Build-time ordered catalog of all vocabulary sources for the generator.
Entries are listed in dependency order: every vocabulary appears after all vocabularies it depends on. The generator processes entries in this exact order so that cross-vocabulary type references resolve correctly.
| Methods | ||
|---|---|---|
public
|
__construct(list<VocabularyEntryInterface> $entries)
|
# |
public
static
|
default(): self
|
# |
public
|
getEntries(): list<VocabularyEntryInterface>
|
# |
public
|
getEntry(string $namespace): ?VocabularyEntryInterface
|
# |