Files
iTop/core/bulkchange/RowStatus_Disappeared.php

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);
}
}