Inheritance: extends yii\base\Widget
Exemple #1
0
<?php

/* @var $this yii\web\View */
$this->title .= 'Home';
?>

<div class="site-index">

    <?php 
echo \app\widgets\HtmlWidget::widget();
?>

</div>