Copied!

StorageGateway

StorageGateway.php : 12

Base class for FieldType external storage gateways.

Methods

protectedgetSequenceName()

StorageGateway.php : 22

Get sequence name bound to database table and column.

protected getSequenceName(string $table, string $column) : string

Parameters

Name Type Default value Description
$table string - -
$column string - -

Return values

string