Yaf_Request_Abstract
{
const
string
SCHEME_HTTP
= http
;
const
string
SCHEME_HTTPS
= https
;
public
module
;
public
controller
;
public
action
;
public
method
;
protected
params
;
protected
language
;
protected
_exception
;
protected
_base_uri
;
protected
uri
;
protected
dispatched
;
protected
routed
;
public getEnv
(
string $name
[,
string $default
] ) :
void
public getServer
(
string $name
[,
string $default
] ) :
void
public isCli
(
void
) :
bool
public isGet
(
void
) :
bool
public isPut
(
void
) :
bool
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
}