<?php /** * This is the template for generating an action view file. * * @var yii\base\View $this * @var yii\gii\generators\controller\Generator $generator * @var string $action the action ID */ echo "<?php\n"; ?> /** * @var yii\base\View $this */ <?php echo "?>"; ?> <h1><?php echo $generator->getControllerID() . '/' . $action; ?></h1> <p> You may change the content of this page by modifying the file <code><?php echo '<?php'; ?> echo __FILE__; ?></code>. </p>