The Yaf_Request_Abstract class
(Yaf >=1.0.0)
Class synopsis
Yaf_Request_Abstract
{
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 setParam
(
string $name
[,
string $value
] ) :
bool
}
Properties
- module
-
- controller
-
- action
-
- method
-
- params
-
- language
-
- _exception
-
- _base_uri
-
- uri
-
- dispatched
-
- routed
-
Predefined Constants
Yaf_Request_Abstract::SCHEME_HTTP
-
Yaf_Request_Abstract::SCHEME_HTTPS
-
Table of Contents