extends |
AbstractAsset |
---|
An abstraction class for an asset identifier.
Wraps identifier names like column names in indexes / foreign keys in an abstract class for proper quotation capabilities.
Methods | ||
---|---|---|
public
|
__construct(string $identifier, bool $quote = false)
|
# |
Methods inherited from Doctrine\DBAL\Schema\AbstractAsset |
---|
isInDefaultNamespace(), getNamespaceName(), getShortestName(), getFullQualifiedName(), isQuoted(), getName(), getQuotedName() |