2015-11-12 17:56:32 +01:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
|
2015-11-12 17:56:32 +01:00
|
|
|
|
|
|
|
namespace Icinga\Web;
|
|
|
|
|
|
|
|
use Icinga\Application\Hook as NewHookImplementation;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Icinga Web Hook registry
|
|
|
|
*
|
2022-05-13 15:16:12 +02:00
|
|
|
* @deprecated It is highly recommended to use {@see Icinga\Application\Hook} instead. Though since this message
|
|
|
|
* (or rather the previous message) hasn't been visible for ages... This won't be removed anyway....
|
2015-11-12 17:56:32 +01:00
|
|
|
*/
|
|
|
|
class Hook extends NewHookImplementation
|
|
|
|
{
|
|
|
|
}
|