icingaweb2-module-director/library/vendor/ipl/Web/Widget/Content.php

13 lines
202 B
PHP
Raw Normal View History

<?php
2017-10-09 15:23:27 +02:00
namespace dipl\Web\Widget;
2017-10-09 15:23:27 +02:00
use dipl\Html\Container;
class Content extends Container
{
protected $contentSeparator = "\n";
protected $defaultAttributes = array('class' => 'content');
}