mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
📝 Some PHPDoc on object archiving
This commit is contained in:
@@ -1424,15 +1424,18 @@ abstract class DBSearch
|
||||
}
|
||||
|
||||
/**
|
||||
* Experimental!
|
||||
* @todo implement the change tracking
|
||||
*
|
||||
* @internal
|
||||
* @api
|
||||
*
|
||||
* Updates archive_flag and archive_date fields in the whole class hierarchy
|
||||
*
|
||||
* @see \DBObject::DBWriteArchiveFlag()
|
||||
*
|
||||
* @param boolean $bArchive
|
||||
*
|
||||
* @param $bArchive
|
||||
* @throws Exception
|
||||
* @todo implement the change tracking
|
||||
*/
|
||||
function DBBulkWriteArchiveFlag($bArchive)
|
||||
public function DBBulkWriteArchiveFlag($bArchive)
|
||||
{
|
||||
$sClass = $this->GetClass();
|
||||
if (!MetaModel::IsArchivable($sClass))
|
||||
|
||||
Reference in New Issue
Block a user