Yaf_Request_Http::isXmlHttpRequest

(Yaf >=1.0.0) Whether a Ajax Request public bool Yaf_Request_Http::isXmlHttpRequest ( void ) Check the request whether it is a Ajax Request. Note: This method depends on the request header: HTTP_X_REQUESTED_WITH, some Javascript library doesn't set this header while doing Ajax request Returns:

Yaf_Request_Http::getRequest

(Yaf >=1.0.0) The getRequest purpose public void Yaf_Request_Http::getRequest ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Request_Http::getQuery

(Yaf >=1.0.0) Fetch a query parameter public mixed Yaf_Request_Http::getQuery ( string $name [, string $default ] ) Retrieve GET variable Parameters: name the variable name default if this parameter is provide, this will be returned if the variable can not be found Returns:

Yaf_Request_Http::getPost

(Yaf >=1.0.0) Retrieve POST variable public mixed Yaf_Request_Http::getPost ( string $name [, string $default ] ) Retrieve POST variable Parameters: name the variable name default if this parameter is provide, this will be returned if the varialbe can not be found Returns:

Yaf_Request_Http::getFiles

(Yaf >=1.0.0) The getFiles purpose public void Yaf_Request_Http::getFiles ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Request_Http::getCookie

(Yaf >=1.0.0) Retrieve Cookie variable public mixed Yaf_Request_Http::getCookie ( string $name [, string $default ] ) Retrieve Cookie variable Parameters: name the cookie name default if this parameter is provide, this will be returned if the cookie can not be found Returns:

Yaf_Request_Http::get

(Yaf >=1.0.0) Retrieve variable from client public mixed Yaf_Request_Http::get ( string $name [, string $default ] ) Retrieve variable from client, this method will search the name in request pramas, if the name is not found, then will search in POST, GET, Cookie, Server Parameters: name the variable name default if this parameter is

Yaf_Request_Http::__construct

(Yaf >=1.0.0) Constructor of Yaf_Request_Http public Yaf_Request_Http::__construct ([ string $request_uri [, string $base_uri ]] ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Request_Http::__clone

(Yaf >=1.0.0) The __clone purpose private void Yaf_Request_Http::__clone ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Request_Abstract::setRouted

(Yaf >=1.0.0) The setRouted purpose public void Yaf_Request_Abstract::setRouted ([ string $flag ] ) Parameters: flag Returns: This function is currently not documented; only its argument list is available.