luyadev/luya

View on GitHub
core/helpers/Html.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace luya\helpers;

use luya\yii\helpers\Html as HelpersHtml;

/**
 * Extend Yii Html Helper.
 *
 * @author Basil Suter <basil@nadar.io>
 */
class Html extends HelpersHtml
{
}