Merge branch 'split-file_cmdbchangeop.class.inc.php_iCMDBChangeOp.php' into split-file_cmdbchangeop.class.inc.php

This commit is contained in:
Potherca-Bot
2025-09-02 22:28:27 +00:00
committed by anne-catherine

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