Method |
Description |
|
deleteAll ( $condition = '', $params = [] ) |
|
|
deleteAllByAttributes ( $attributes, $condition = '', $params = [] ) |
|
|
deleteByPk ( $pk, $condition = '', $params = [] ) |
|
|
fromVersion ( ) |
* Fetch from version |
|
getCommandBuilder ( ) |
|
|
getPreviousVersion ( ) |
|
|
getPreviousVersions ( ) |
* Return all previous versions ordered by most recent |
|
getTableSchema ( ) |
|
|
getVersionTableSchema ( ) |
|
|
noVersion ( ) |
* Disable archiving on save() |
|
notFromVersion ( ) |
* Disable fetch from version |
|
resetScope ( $resetDefault = true ) |
|
|
save ( $runValidation = true, $attributes = null, $allow_overriding = false ) |
|
|
updateAll ( $attributes, $condition = '', $params = [] ) |
|
|
updateByPk ( $pk, $attributes, $condition = '', $params = [] ) |
|
|
withVersion ( ) |
* Re-enable archiving on save() |
|