icingaweb2/library/Icinga/Web/ViewStream.php

10 lines
111 B
PHP
Raw Normal View History

2013-07-12 14:35:14 +02:00
<?php
namespace Icinga\Web;
use Zend_View_Stream as ZfViewStream;
class ViewStream extends ZfViewStream
{
}