Add helpful documentation to Icinga\Web\ViewStream

This commit is contained in:
Johannes Meyer 2014-04-24 16:32:48 +02:00
parent c5c375e72d
commit 729c33c3cf

View File

@ -29,8 +29,11 @@
namespace Icinga\Web;
use Zend_View_Stream as ZfViewStream;
use Zend_View_Stream;
class ViewStream extends ZfViewStream
/**
* Is used in Icinga\Web\View to imitate PHP's short_open_tag
*/
class ViewStream extends Zend_View_Stream
{
}