Overview

Packages

  • Horde
    • Routes
  • Routes

Classes

  • Horde_Routes_Matcher
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Routes_Matcher

Generates the match dictionary for the incoming request.

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

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

Package: Horde\Routes
Category: Horde
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Since: 1.1.0
Link: http://pear.horde.org/index.php?package=Horde_Routes
Located at Horde/Routes/Matcher.php
Methods summary
public
# __construct( Horde_Routes_Mapper $mapper, Object $request )

Constructor

Constructor

Parameters

$mapper
The mapper
$request
<p>A request object that implements a ::getPath() method similar to Horde_Controller_Request::</p>
public array
# getMatchDict( )

Return the match dictionary for the incoming request.

Return the match dictionary for the incoming request.

Returns

array
The match dictionary.
API documentation generated by ApiGen