isItemActive() protected method
Checks whether a menu item is active.
This is done by checking if $route and $params match that specified in the url
option of the menu item. When the url
option of a menu item is specified in terms of an array, its first element is treated as the route for the item and the rest of the elements are the associated parameters. Only when its route and parameters match $route and $params, respectively, will a menu item be considered active.
protected boolean isItemActive ( $item ) | ||
---|---|---|
$item | array |
The menu item to be checked |
return | boolean |
Whether the menu item is active |
Please login to continue.