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

15 lines
297 B
PHP

<?php
namespace Icinga\Module\Businessprocess\Web\Component;
use ipl\Html\BaseHtmlElement;
class ActionBar extends BaseHtmlElement
{
protected $contentSeparator = ' ';
/** @var string */
protected $tag = 'div';
protected $defaultAttributes = array('class' => 'action-bar');
}