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
}