\Horde_Routes_Matcher

Generates the match dictionary for the incoming request.

Copyright 2011-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
__construct()
getMatchDict()
No public properties found
No constants found
No protected methods found
$_mapper
$_request
$_match_dict
N/A
No private methods found
No private properties found
N/A

Properties

$_request

$_request : \Horde_Controller_Request

The incoming request.

Type

\Horde_Controller_Request

$_match_dict

$_match_dict : array

The match dictionary.

Type

array

Methods

__construct()

__construct(\Horde_Routes_Mapper  $mapper, Object  $request) 

Constructor

Parameters

\Horde_Routes_Mapper $mapper

The mapper

Object $request

A request object that implements a ::getPath() method similar to Horde_Controller_Request::

getMatchDict()

getMatchDict() : array

Return the match dictionary for the incoming request.

Returns

array —

The match dictionary.