Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | |
0.00% |
0 / 1 |
||
| <?php | |
| use yii\helpers\Html; | |
| /* @var $this yii\web\View */ | |
| /* @var $user common\models\User */ | |
| /* @var $participant common\models\Participant */ | |
| /* @var $meeting common\models\Meeting */ | |
| ?> | |
| Hello <?= Html::encode($user->fullname) ?>, | |
| Meeting has been refused. |