renderItem() public method
Renders a single carousel item
| public string renderItem ( $item, $index ) | ||
|---|---|---|
| $item | string|array |
A single item from $items |
| $index | integer |
The item index as the first item should be set to |
| return | string |
The rendering result |
| throws | yii\base\InvalidConfigException |
if the item is invalid |
Please login to continue.