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.
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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