2018-10-06 10:55:52 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
namespace Icinga\Module\Director\DirectorObject\Automation;
|
|
|
|
|
|
|
|
|
|
interface ExportInterface
|
|
|
|
|
{
|
|
|
|
|
// TODO:
|
|
|
|
|
// public function getXyzChecksum();
|
2018-10-08 00:22:33 -04:00
|
|
|
public function getUniqueIdentifier();
|
2018-10-06 10:55:52 -04:00
|
|
|
}
|