Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | |
0.00% |
0 / 4 |
<?php | |
use yii\helpers\Html; | |
echo Yii::t('TasksModule.views_activities_TaskFinished', '{userName} finished task {task}.', array( | |
'{userName}' => '<strong>' . Html::encode($originator->displayName) . '</strong>', | |
'{task}' => Html::encode($source->getContentDescription()) | |
)); | |
?> |