propelorm/Propel2

View on GitHub
templates/Behavior/Archivable/querySetArchiveOnDelete.php

Summary

Maintainability
A
0 mins
Test Coverage

/**
 * Enable/disable auto-archiving on delete for the next query.
 *
 * @param bool True if the query must archive deleted objects, false otherwise.
 */
public function setArchiveOnDelete(bool $archiveOnDelete)
{
    $this->archiveOnDelete = $archiveOnDelete;
}