Files
yii2/tests/data/views/widgets/ListView/item.php
2022-08-03 12:32:18 +03:00

14 lines
348 B
PHP

<?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
/* @var $model array|object */
/* @var $key string */
/* @var $index int */
/* @var $widget \yii\widgets\ListView */
echo "Item #{$index}: {$model['login']} - Widget: " . $widget->className();