PHP Класс Horde_Routes_Matcher, horde

Copyright 2011-2016 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.
Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_mapper Horde_Routes_Mapper The routes mapper.
$_match_dict array The match dictionary.
$_request Horde_Controller_Request The incoming request.

Открытые методы

Метод Описание
__construct ( Horde_Routes_Mapper $mapper, Object $request ) Constructor
getMatchDict ( ) : array Return the match dictionary for the incoming request.

Описание методов

__construct() публичный Метод

Constructor
public __construct ( Horde_Routes_Mapper $mapper, Object $request )
$mapper Horde_Routes_Mapper The mapper
$request Object A request object that implements a ::getPath() method similar to Horde_Controller_Request::

getMatchDict() публичный Метод

Return the match dictionary for the incoming request.
public getMatchDict ( ) : array
Результат array The match dictionary.

Описание свойств

$_mapper защищенное свойство

The routes mapper.
protected Horde_Routes_Mapper $_mapper
Результат Horde_Routes_Mapper

$_match_dict защищенное свойство

The match dictionary.
protected array $_match_dict
Результат array

$_request защищенное свойство

The incoming request.
protected Horde_Controller_Request $_request
Результат Horde_Controller_Request