Parses the given request and returns the corresponding route and parameters.
public parseRequest ( |
||
$manager | the URL manager | |
$request | the request component | |
return | array | boolean | the parsing result. The route and the parameters are returned as an array. If `false`, it means this rule cannot be used to parse this path info. |