brightnucleus/chainmail

View on GitHub
views/GenericSection.html.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * GenericSection HTML View.
 *
 * @package   BrightNucleus/ChainMail
 * @author    Alain Schlesser <alain.schlesser@gmail.com>
 * @license   MIT
 * @link      http://www.brightnucleus.com/
 * @copyright 2016 Alain Schlesser, Bright Nucleus
 */

namespace BrightNucleus\ChainMail;

if ( ! isset($this->content)) {
    return;
}
?>
<div class="<?= $this->css_class ?>"><?= $this->content ?></div>