RoutePaths
in package
This is the RoutePaths class.
Tags
Table of Contents
getPath() | Returns the url path for the given route type | : string |
---|---|---|
getRouteTypePaths() | Returns an array with the list of route types and url paths | : array<string|int, mixed> |
getArrayRouteTypePaths() | : array<string|int, mixed> |
Methods
getPath()
Returns the url path for the given route type
public
final static getPath(string $routeType) : string
Parameters
- $routeType : string
Return values
string —getRouteTypePaths()
Returns an array with the list of route types and url paths
public
final static getRouteTypePaths() : array<string|int, mixed>
Return values
array<string|int, mixed> —getArrayRouteTypePaths()
protected
static getArrayRouteTypePaths() : array<string|int, mixed>