abstract |
---|
The abstract asset allows to reset the name of all assets without publishing this to the public userland.
This encapsulation hack is necessary to keep a consistent state of the database schema. Say we have a list of tables array($tableName => Table($tableName)); if you want to rename the table, you have to make sure
Methods | ||
---|---|---|
public
|
isInDefaultNamespace(string $defaultNamespaceName): bool
|
# |
public
|
getNamespaceName(): string|null
|
# |
public
|
getShortestName(string|null $defaultNamespaceName): string
|
# |
public
|
getFullQualifiedName(string $defaultNamespaceName): string
|
# |
public
|
isQuoted(): bool
|
# |
public
|
getName(): string
|
# |
public
|
getQuotedName(AbstractPlatform $platform): string
|
# |