class DesignerTable (View source)

Methods

__construct(string $databaseName, string $tableName, string $tableEngine, string|null $displayField)

No description

bool
supportsForeignkeys()

No description

string
getDbTableString()

Get the db and table separated with a dot

Details

__construct(string $databaseName, string $tableName, string $tableEngine, string|null $displayField)

No description

Parameters

string $databaseName

The database name

string $tableName

The table name

string $tableEngine

The table engine

string|null $displayField

The display field if available

bool supportsForeignkeys()

No description

Return Value

bool

string getDbTableString()

Get the db and table separated with a dot

Return Value

string