icingaweb2-module-businessp.../library/Businessprocess/Web/Component/Controls.php
2016-11-28 22:20:01 +01:00

12 lines
257 B
PHP

<?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');
}