mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
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…
x
Reference in New Issue
Block a user