VersionableExtension
interface VersionableExtension (View source)
Minimum level extra fields required by extensions that are versonable
Methods
public
updateVersionableFields(string $suffix, array $fields, array $indexes)
Update fields and indexes for the versonable suffix table
Details
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.
Should return $table if not modified.