메소드 |
설명 |
|
createNewTables ( ) : void |
Create the new tables in Bouncer 1.0. |
|
deleteOldTables ( ) : void |
Delete the old tables that are not in use anymore. |
|
migrateData ( ) : void |
Migrate the data from the old tables to the new ones. |
|
migrateRoleAbilities ( ) : void |
Migrate the data from the role_abilities table. |
|
migrateUserAbilities ( ) : void |
Migrate the data from the user_abilities table. |
|
migrateUserRoles ( ) : void |
Migrate the data from the user_roles table. |
|
toArray ( array | Collection $list ) : array |
Convert the given list into an array. |
|
updateIndex ( ) : void |
Replace the old unique index on the abilities table. |
|