mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
Move to sources Core BulkChange
This commit is contained in:
16
sources/Core/BulkChange/bulkchange/RowStatus_Modify.php
Normal file
16
sources/Core/BulkChange/bulkchange/RowStatus_Modify.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class RowStatus_Modify extends RowStatus
|
||||
{
|
||||
protected $m_iChanged;
|
||||
|
||||
public function __construct($iChanged)
|
||||
{
|
||||
$this->m_iChanged = $iChanged;
|
||||
}
|
||||
|
||||
public function GetDescription()
|
||||
{
|
||||
return Dict::Format('UI:CSVReport-Row-Updated', $this->m_iChanged);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user