Files
iTop/sources/Core/BulkChange/bulkchange/RowStatus_Disappeared.php
2025-09-02 18:49:32 +02:00

9 lines
192 B
PHP

<?php
class RowStatus_Disappeared extends RowStatus_Modify
{
public function GetDescription()
{
return Dict::Format('UI:CSVReport-Row-Disappeared', $this->m_iChanged);
}
}