Table of Contents
Constants
-
MIGRATE_RES_ALREADY_MIGRATED
= 2
-
MIGRATE_RES_OK
= 1
Properties
-
$newProfile
: mixed
-
$oldProfile
: mixed
-
$tablesWereReseted
: mixed
Methods
-
__construct()
: mixed
-
migrateUsersAndRights()
: mixed
-
copyTable()
: mixed
-
createAclTables()
: mixed
-
createUsersTables()
: mixed
-
deleteExistingRightsForImportedGroups()
: mixed
-
prepareTablesCopy()
: mixed
MIGRATE_RES_ALREADY_MIGRATED
public
mixed
MIGRATE_RES_ALREADY_MIGRATED
= 2
MIGRATE_RES_OK
public
mixed
MIGRATE_RES_OK
= 1
$newProfile
protected
mixed
$newProfile
= ''
$oldProfile
protected
mixed
$oldProfile
= ''
$tablesWereReseted
protected
mixed
$tablesWereReseted
= true
__construct()
public
__construct() : mixed
migrateUsersAndRights()
public
migrateUsersAndRights([mixed $resetBefore = false ][, mixed $forceMigration = false ]) : mixed
Parameters
-
$resetBefore
: mixed
= false
-
-
$forceMigration
: mixed
= false
-
copyTable()
protected
copyTable(mixed $daoSelector[, mixed $updateSequence = true ][, mixed $forceUpdateFields = array() ][, mixed $updateExisting = false ]) : mixed
Parameters
-
$daoSelector
: mixed
-
-
$updateSequence
: mixed
= true
-
-
$forceUpdateFields
: mixed
= array()
-
-
$updateExisting
: mixed
= false
-
createAclTables()
protected
createAclTables(mixed $profile) : mixed
Parameters
-
$profile
: mixed
-
createUsersTables()
protected
createUsersTables() : mixed
deleteExistingRightsForImportedGroups()
protected
deleteExistingRightsForImportedGroups() : mixed
prepareTablesCopy()
protected
prepareTablesCopy(mixed $oldProfile, mixed $newProfile[, mixed $tablesWereReseted = true ]) : mixed
Parameters
-
$oldProfile
: mixed
-
-
$newProfile
: mixed
-
-
$tablesWereReseted
: mixed
= true
-