bootstrap\Nav renderDropdown()

renderDropdown() protected method (available since version 2.0.1)

Renders the given items as a dropdown.

This method is called to create sub-menus.

protected string renderDropdown ( $items, $parentItem )
$items array

The given items. Please refer to yii\bootstrap\Dropdown::$items for the array structure.

$parentItem array

The parent item information. Please refer to $items for the structure of this array.

return string

The rendering result.

doc_Yii
2016-10-30 16:53:32
Comments
Leave a Comment

Please login to continue.