mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-24 21:04:14 +01:00
16 lines
254 B
PHP
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();
|
|
} |