icingaweb2-module-businessp.../library/Businessprocess/Html/HtmlString.php
2016-11-27 23:54:38 +01:00

8 lines
No EOL
118 B
PHP

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