View Namespace
Classes
DateHelper
RouteHelper
current
Match the current route.
Signature
current(String currentPath, String path, String classes) : String
Parameters
- currentPath
- Current path to compare
- Type: String
- path
- Path to match with current route
- Type: String
- classes
- Classes string to return on match
- Type: String
Returns
- String
- The return value is not further described