$items public property
List of menu items. Each menu item should be an array of the following structure: label: string, optional, specifies the menu item label. When $encodeLabels is true, the label will be HTML-encoded. If the label is not specified, an empty string will be used. encode: boolean, optional, whether this item`s label should be HTML-encoded. This param will override global $encodeLabels param. url: string or array, optional, specifies the URL of the menu item. It will be proc