Yaf_Request_Abstract 类
(Yaf >=1.0.0)
类摘要
class Yaf_Request_Abstract
{
public getEnv(
string $name
,
string $default
= ?):
void
public getServer(
string $name
,
string $default
= ?):
void
public setActionName(
string $action
,
bool $format_name
= true):
void
public setModuleName(
string $module
,
bool $format_name
= true):
void
public setParam(
string $name
,
string $value
= ?):
bool
}
属性
- module
-
- controller
-
- action
-
- method
-
- params
-
- language
-
- _exception
-
- _base_uri
-
- uri
-
- dispatched
-
- routed
-
预定义常量
Yaf_Request_Abstract::SCHEME_HTTP
-
Yaf_Request_Abstract::SCHEME_HTTPS
-
目录
There are no user contributed notes for this page.