renderItems() protected method
Renders menu items.
protected string renderItems ( $items, $options = [] ) | ||
---|---|---|
$items | array |
The menu items to be rendered |
$options | array |
The container HTML attributes |
return | string |
The rendering result. |
throws | yii\base\InvalidConfigException |
if the label option is not specified in one of the items. |
Please login to continue.