summaryrefslogtreecommitdiffstats
path: root/library/Businessprocess/Web/Component/Controls.php
blob: 259cbbbb3f4eb567897dbb477ea6c3ae1f268acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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');
}