icingaweb2-module-businessp.../library/Businessprocess/Web/Component/ActionBar.php
2016-11-27 23:54:03 +01:00

10 lines
199 B
PHP

<?php
namespace Icinga\Module\Businessprocess\Html;
class ActionBar extends Container
{
protected $contentSeparator = ' ';
protected $defaultAttributes = array('class' => 'action-bar');
}