3
* Spring Signage Ltd - http://www.springsignage.com
4
* Copyright (C) 2015 Spring Signage Ltd
5
* (ByteFormatterTwigExtension.php)
12
use Xibo\Helper\ByteFormatter;
14
class ByteFormatterTwigExtension extends \Twig_Extension
16
public function getName()
18
return 'byteFormatter';
21
public function getFilters()
24
new \Twig_SimpleFilter('byteFormat', array($this, 'byteFormat'))
28
public function byteFormat($bytes)
30
return ByteFormatter::format($bytes);
b'\\ No newline at end of file'