mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
Merge branch 'split-file_cmdbchangeop.class.inc.php_iCMDBChangeOp.php' into split-file_cmdbchangeop.class.inc.php
This commit is contained in:
16
sources/Core/DataModel/CMDBChange/iCMDBChangeOp.php
Normal file
16
sources/Core/DataModel/CMDBChange/iCMDBChangeOp.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Interface iCMDBChangeOp
|
||||
*
|
||||
* @since 3.0.0
|
||||
*/
|
||||
interface iCMDBChangeOp
|
||||
{
|
||||
/**
|
||||
* Describe (as an HTML string) the modifications corresponding to this change
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function GetDescription();
|
||||
}
|
||||
Reference in New Issue
Block a user