mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
2572842aa4
commit
3b601decc5
@ -1,18 +0,0 @@
|
|||||||
<?php
|
|
||||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
||||||
|
|
||||||
use \Zend_View_Helper_Abstract;
|
|
||||||
use Icinga\Module\Monitoring\Object\Macro;
|
|
||||||
|
|
||||||
class Zend_View_Helper_ResolveMacros extends Zend_View_Helper_Abstract
|
|
||||||
{
|
|
||||||
public function resolveMacros($input, $object)
|
|
||||||
{
|
|
||||||
return Macro::resolveMacros($input, $object);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function resolveMacro($macro, $object)
|
|
||||||
{
|
|
||||||
return Macro::resolveMacro($macro, $object);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user