class Version20160725000000 extends AbstractMigration (View source)

Methods

output($message)

No description

refreshEntities($entities = null)

No description

refreshDatabaseTables($tables)

No description

refreshBlockType($btHandle)

No description

nullifyInvalidForeignKey(string $table, string $field, string $linkedTable, string $linkedField)

Set to NULL the fields in a table that reference not existing values of another table.

deleteInvalidForeignKey(string $table, string $field, string $linkedTable, string $linkedField)

Delete the records in a table whose field references not existing values of another table.

prepareInvalidForeignKeys()

No description

nullifyInvalidForeignKeys()

No description

renameProblematicTables()

No description

migrateOldPermissions()

No description

migrateFileSetManagerPermissions($fsID, FileFolder $folder)

No description

updateDoctrineXmlTables()

No description

installOtherEntities()

No description

installEntities($entities)

No description

importAttributeKeys()

No description

migrateAttributeValue($atHandle, $avID)

No description

addAttributeValue($atID, $akID, $avID)

No description

importAttributeKeySettings($atID, $akID)

No description

importAttributeTypes()

No description

addDashboard()

No description

addBlockTypes()

No description

addTreeNodeTypes()

No description

installDesktops()

No description

updateWorkflows()

No description

installSite()

No description

splittedTrackingCode()

No description

addPermissions()

No description

cleanupOldPermissions()

No description

updateTopics()

No description

updateFileManager()

No description

addNotifications()

No description

updateJobs()

No description

setupSinglePages()

No description

installLocales()

No description

fixStacks()

No description

up(Schema $schema)

No description

down(Schema $schema)

No description

Details

protected output($message)

No description

Parameters

$message

protected refreshEntities($entities = null)

No description

Parameters

$entities

protected refreshDatabaseTables($tables)

No description

Parameters

$tables

protected refreshBlockType($btHandle)

No description

Parameters

$btHandle

protected nullifyInvalidForeignKey(string $table, string $field, string $linkedTable, string $linkedField)

Set to NULL the fields in a table that reference not existing values of another table.

Parameters

string $table

The table containing the problematic field

string $field

The problematic field

string $linkedTable

The referenced table

string $linkedField

The referenced field

protected deleteInvalidForeignKey(string $table, string $field, string $linkedTable, string $linkedField)

Delete the records in a table whose field references not existing values of another table.

Parameters

string $table

The table containing the problematic field

string $field

The problematic field

string $linkedTable

The referenced table

string $linkedField

The referenced field

protected prepareInvalidForeignKeys()

No description

protected nullifyInvalidForeignKeys()

No description

protected renameProblematicTables()

No description

protected migrateOldPermissions()

No description

protected migrateFileManagerPermissions()

No description

protected migrateFileSetManagerPermissions($fsID, FileFolder $folder)

No description

Parameters

$fsID
FileFolder $folder

protected updateDoctrineXmlTables()

No description

protected prepareProblematicEntityTables()

No description

protected installOtherEntities()

No description

protected installEntities($entities)

No description

Parameters

$entities

protected importAttributeKeys()

No description

protected migrateAttributeValue($atHandle, $avID)

No description

Parameters

$atHandle
$avID

protected addAttributeValue($atID, $akID, $avID)

No description

Parameters

$atID
$akID
$avID

protected importAttributeKeySettings($atID, $akID)

No description

Parameters

$atID
$akID

protected importAttributeTypes()

No description

protected addDashboard()

No description

protected addBlockTypes()

No description

protected addTreeNodeTypes()

No description

protected installDesktops()

No description

protected updateWorkflows()

No description

protected installSite()

No description

protected splittedTrackingCode()

No description

protected addPermissions()

No description

protected cleanupOldPermissions()

No description

protected updateTopics()

No description

protected updateFileManager()

No description

addNotifications()

No description

protected updateJobs()

No description

protected setupSinglePages()

No description

protected installLocales()

No description

protected fixStacks()

No description

up(Schema $schema)

No description

Parameters

Schema $schema

down(Schema $schema)

No description

Parameters

Schema $schema