mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Add helpful documentation to Icinga\Web\ViewStream
This commit is contained in:
parent
c5c375e72d
commit
729c33c3cf
@ -29,8 +29,11 @@
|
|||||||
|
|
||||||
namespace Icinga\Web;
|
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
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user