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

13 lines
257 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Businessprocess\Web\Component;
use Icinga\Module\Businessprocess\Html\Container;
class Controls extends Container
{
protected $contentSeparator = "\n";
protected $defaultAttributes = array('class' => 'controls');
}