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

10 lines
193 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Businessprocess\Web\Component;
class ActionBar extends Container
{
protected $separator = ' ';
protected $attributes = array('class' => 'action-bar');
}