2013-07-12 14:35:14 +02:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
|
2013-07-12 14:35:14 +02:00
|
|
|
|
|
|
|
namespace Icinga\Web;
|
|
|
|
|
2014-04-24 16:32:48 +02:00
|
|
|
use Zend_View_Stream;
|
2013-07-12 14:35:14 +02:00
|
|
|
|
2014-04-24 16:32:48 +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
|
|
|
{
|
|
|
|
}
|