Methods

Attempts to match the routing path.

match(string $routePath, \Zend_Controller_Request_Http $request, \XenForo_Router $router) : false | \XenForo_RouteMatch

See XenForo_Route_Interface for further details.

Parameters

$routePath

string

Routing path

$request

\Zend_Controller_Request_Http

Request object

$router

\XenForo_Router

Routing object

Returns