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

13 lines
255 B
PHP
Raw Normal View History

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