parent
f8c5bf6819
commit
45bf071db6
|
@ -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