icingaweb2-module-businessp.../library/Businessprocess/Html/HtmlString.php
2016-11-28 00:24:36 +01:00

8 lines
119 B
PHP

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