This commit is contained in:
Steve Boyd 2024-04-02 14:08:58 +13:00 committed by GitHub
commit 5ff0db3807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1724,7 +1724,8 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
/**
* Delete this data object.
* $this->onBeforeDelete() gets called.
* Note that in Versioned objects, both Stage and Live will be deleted.
* Note that in Versioned objects only the record from the draft table will be deleted
* If you also wish to delete the record from the live table then use Versioned::doArchive() instead
* @uses DataExtension::augmentSQL()
*/
public function delete()