Method | Description | |
---|---|---|
getDefaultValue ( ) : string | Gets default value of the Route Part. | |
match ( string &$routePath ) : boolean | Checks whether this Static Route Part correspond to the given $routePath. | |
resolve ( array &$routeValues ) : boolean | Sets the Route Part value to the Route Part name and returns TRUE if successful. |
public getDefaultValue ( ) : string | ||
return | string |