parent
0dbd4eb496
commit
5e4b611860
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Icinga\Module\Monitoring\Web\Hook;
|
||||||
|
|
||||||
|
use Icinga\Module\Monitoring\Object\Host;
|
||||||
|
|
||||||
|
abstract class HostActionsHook
|
||||||
|
{
|
||||||
|
abstract public function getActionsForHost(Host $host);
|
||||||
|
}
|
Loading…
Reference in New Issue