VersionableExtension
interface VersionableExtension
Minimum level extra fields required by extensions that are versonable
Methods
bool
isVersionedTable(string $table)
Determine if the given table is versionable
updateVersionableFields(string $suffix, array $fields, array $indexes)
Update fields and indexes for the versonable suffix table
string
extendWithSuffix(string $table)
Modify table name with suffix.
Details
at line 16
bool
isVersionedTable(string $table)
Determine if the given table is versionable
at line 25
updateVersionableFields(string $suffix, array $fields, array $indexes)
Update fields and indexes for the versonable suffix table
at line 34
string
extendWithSuffix(string $table)
Modify table name with suffix.
Should return $table if not modified.