update : 2015.11.03
php.shukuma.com검색:
|
The Yaf_Request_Abstract class(Yaf >=1.0.0) 소개
클래스 개요
Yaf_Request_Abstract
{
/* Constants */
/* 프로퍼티 */
public
$module
;
public
$controller
;
public
$action
;
public
$method
;
protected
$params
;
protected
$language
;
protected
$_exception
;
protected
$_base_uri
;
protected
$uri
;
protected
$dispatched
;
protected
$routed
;
/* 메소드 */
}프로퍼티
예약 상수
Table of Contents
|