$labelTemplate public property
The template used to render the body of a menu which is NOT a link. In this template, the token {label}
will be replaced with the label of the menu item. This property will be overridden by the template
option set in individual menu items via $items.
public string $labelTemplate = '{label}'
Please login to continue.