Files
iTop/core/bulkchange/CellStatus_Void.php

9 lines
123 B
PHP

<?php
class CellStatus_Void extends CellChangeSpec
{
public function GetDescription()
{
return '';
}
}