icingaweb2-module-businessp.../library/Businessprocess/Html/HtmlString.php

8 lines
118 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Businessprocess\Html;
class HtmlString extends Text
{
protected $escaped = true;
}