icingaweb2-module-businessp.../library/Businessprocess/Web/Component/ActionBar.php

16 lines
315 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Businessprocess\Web\Component;
use Icinga\Module\Businessprocess\Html\BaseElement;
class ActionBar extends BaseElement
{
2016-11-27 17:54:03 -05:00
protected $contentSeparator = ' ';
/** @var string */
protected $tag = 'div';
2016-11-27 17:54:03 -05:00
protected $defaultAttributes = array('class' => 'action-bar');
}