parent
674f36b291
commit
84f042fd8b
|
@ -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…
Reference in New Issue