2013-07-12 14:35:14 +02:00
|
|
|
<?php
|
2015-02-04 10:46:36 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 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
|
|
|
{
|
|
|
|
}
|