DesignerTable
class DesignerTable (View source)
Common functions for Designer
Methods
__construct(string $databaseName, string $tableName, string $tableEngine, string|null $displayField)
Create a new DesignerTable
bool
supportsForeignkeys()
The table engine supports or not foreign keys
string
getDatabaseName()
Get the database name
string
getTableName()
Get the table name
string
getTableEngine()
Get the table engine
string|null
getDisplayField()
Get the displayed field
string
getDbTableString()
Get the db and table separated with a dot
Details
__construct(string $databaseName, string $tableName, string $tableEngine, string|null $displayField)
Create a new DesignerTable
bool
supportsForeignkeys()
The table engine supports or not foreign keys
string
getDatabaseName()
Get the database name
string
getTableName()
Get the table name
string
getTableEngine()
Get the table engine
string|null
getDisplayField()
Get the displayed field
string
getDbTableString()
Get the db and table separated with a dot