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

9 lines
119 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Businessprocess\Html;
class HtmlString extends Text
{
protected $escaped = true;
2016-11-27 18:24:36 -05:00
}