2013-07-12 14:35:14 +02:00
|
|
|
<?php
|
2015-02-03 16:27:59 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
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
|
|
|
{
|
|
|
|
}
|