icingaweb2/library/Icinga/Web/ViewStream.php

14 lines
232 B
PHP
Raw Normal View History

2013-07-12 14:35:14 +02:00
<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
2013-07-12 14:35:14 +02:00
namespace Icinga\Web;
use Zend_View_Stream;
2013-07-12 14:35:14 +02:00
/**
* Is used in Icinga\Web\View to imitate PHP's short_open_tag
*/
class ViewStream extends Zend_View_Stream
2013-07-12 14:35:14 +02:00
{
}