Files
iTop/sources/Core/DataModel/CMDBChange/iCMDBChangeOp.php
2025-09-02 22:28:24 +00:00

16 lines
254 B
PHP

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