mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02:00
Merge branch 'split-file_bulkchange.class.inc.php_RowStatus.php' into split-file_bulkchange.class.inc.php
This commit is contained in:
16
core/bulkchange/RowStatus.php
Normal file
16
core/bulkchange/RowStatus.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* RowStatus
|
||||
* A series of classes, keeping the information about a given row: could it be changed or not (and why)?
|
||||
*
|
||||
* @package iTopORM
|
||||
*/
|
||||
abstract class RowStatus
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
|
||||
abstract public function GetDescription();
|
||||
}
|
||||
Reference in New Issue
Block a user