renderItem() public method
Renders a widget's item.
| public string renderItem ( $item ) | ||
|---|---|---|
| $item | string|array |
The item to render. |
| return | string |
The rendering result. |
| throws | yii\base\InvalidConfigException | |
renderItem() public method
Renders a widget's item.
| public string renderItem ( $item ) | ||
|---|---|---|
| $item | string|array |
The item to render. |
| return | string |
The rendering result. |
| throws | yii\base\InvalidConfigException | |
Please login to continue.