mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
parent
674f36b291
commit
84f042fd8b
12
application/views/helpers/Format.php
Normal file
12
application/views/helpers/Format.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use Icinga\Util\Format;
|
||||||
|
|
||||||
|
class Zend_View_Helper_Format extends Zend_View_Helper_Abstract
|
||||||
|
{
|
||||||
|
public function format()
|
||||||
|
{
|
||||||
|
return Format::getInstance();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user