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

14 lines
272 B
PHP

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