update : 2015.11.03
php.shukuma.com검색:
|
The Yaf_Route_Regex class(Yaf >=1.0.0) 소개Yaf_Route_Regex is the most flexible route among the Yaf built-in routes. 클래스 개요/* 프로퍼티 */
protected
$_route
;
protected
$_default
;
protected
$_maps
;
protected
$_verify
;
/* 메소드 */
public__construct
( string
$match
, array $route
[, array $map
[, array $verify
[, string $reverse
]]] )/* 상속된 메소드 */
}프로퍼티
Table of Contents
|