summaryrefslogtreecommitdiffstats
path: root/library/Director/DirectorObject/Automation/ExportInterface.php
blob: 271824fb0c76c6b572be046611a7bab38ffb12a1 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace Icinga\Module\Director\DirectorObject\Automation;

interface ExportInterface
{
    // TODO:
    // public function getXyzChecksum();
    public function getUniqueIdentifier();
}