The Yaf_Route_Regex class

(Yaf >=1.0.0)

소개

Yaf_Route_Regex is the most flexible route among the Yaf built-in routes.

클래스 개요

Yaf_Route_Regex extends Yaf_Route_Interface implements Yaf_Route_Interface {
/* 프로퍼티 */
protected $_route ;
protected $_default ;
protected $_maps ;
protected $_verify ;
/* 메소드 */
public string assemble ( array $info [, array $query ] )
public __construct ( string $match , array $route [, array $map [, array $verify [, string $reverse ]]] )
public bool route ( Yaf_Request_Abstract $request )
/* 상속된 메소드 */
abstract public string Yaf_Route_Interface::assemble ( array $info [, array $query ] )
abstract public bool Yaf_Route_Interface::route ( Yaf_Request_Abstract $request )
}

프로퍼티

_route

_default

_maps

_verify

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top