Files
yii2/tests/unit/data/views/rawlayout.php
2013-11-12 06:21:04 +02:00

6 lines
180 B
PHP

<?php
/**
* @var \yii\web\View $this
*/
?><?php $this->beginPage(); ?>1<?php $this->head(); ?>2<?php $this->beginBody(); ?>3<?php $this->endBody(); ?>4<?php $this->endPage(); ?>