icingaweb2-module-businessp.../library/Businessprocess/Web/Component/Content.php
2019-01-17 13:21:46 +01:00

14 lines
270 B
PHP

<?php
namespace Icinga\Module\Businessprocess\Web\Component;
use ipl\Html\BaseHtmlElement;
class Content extends BaseHtmlElement
{
protected $tag = 'div';
protected $contentSeparator = "\n";
protected $defaultAttributes = array('class' => 'content');
}