* Note: *
* This method depends on the request header: HTTP_X_REQUESTED_WITH, some Javascript library doesn't set this header while doing Ajax request *
* @link https://secure.php.net/manual/en/yaf-request-http.isxmlhttprequest.php * * @return bool */ public function isXmlHttpRequest() { } /** * @link https://secure.php.net/manual/en/yaf-request-http.construct.php * * @param string $request_uri * @param string $base_uri */ public function __construct($request_uri, $base_uri) { } /** * @link https://secure.php.net/manual/en/yaf-request-http.clone.php */ private function __clone() { } } /** * \Yaf\Request\Simple is particularly used for test purpose. ie. simulate a spacial request under CLI mode. * @link https://secure.php.net/manual/en/class.yaf-request-simple.php */ class Simple extends \Yaf\Request_Abstract { /** * Retrieve $_GET variable * * @link https://secure.php.net/manual/en/yaf-request-simple.getquery.php * * @param string $name the variable name, if not provided returns all * @param string $default if this parameter is provide, this will be returned if the variable can not be found * * @return mixed */ public function getQuery($name = null, $default = null) { } /** * Retrieve $_REQUEST variable * * @link https://secure.php.net/manual/en/yaf-request-simple.getrequest.php * * @param string $name the variable name, if not provided returns all * @param string $default if this parameter is provide, this will be returned if the variable can not be found * * @return mixed */ public function getRequest($name = null, $default = null) { } /** * Retrieve $_POST variable * * @link https://secure.php.net/manual/en/yaf-request-simple.getpost.php * * @param string $name the variable name, if not provided returns all * @param string $default if this parameter is provide, this will be returned if the variable can not be found * * @return mixed */ public function getPost($name = null, $default = null) { } /** * Retrieve $_Cookie variable * * @link https://secure.php.net/manual/en/yaf-request-simple.getcookie.php * * @param string $name the variable name, if not provided returns all * @param string $default if this parameter is provide, this will be returned if the variable can not be found * * @return mixed */ public function getCookie($name = null, $default = null) { } /** * @param mixed $name * @param null $default * * @return array */ public function getFiles($name = null, $default = null) { } /** * Retrieve variable from client, this method will search the name in $_REQUEST params, if the name is not found, then will search in $_POST, $_GET, $_COOKIE, $_SERVER * * @link https://secure.php.net/manual/en/yaf-request-simple.get.php * * @param string $name the variable name * @param string $default if this parameter is provide, this will be returned if the variable can not be found * * @return mixed */ public function get($name, $default = null) { } /** * Check the request whether it is a Ajax Request * ** This method depends on the request header: HTTP_X_REQUESTED_WITH, some Javascript library doesn't set this header while doing Ajax request *
* @link https://secure.php.net/manual/en/yaf-request-simple.isxmlhttprequest.php * * @return bool */ public function isXmlHttpRequest() { } /** * @link https://secure.php.net/manual/en/yaf-request-simple.construct.php * * @param string $method * @param string $controller * @param string $action * @param string $params * * @throws \Yaf\Exception\TypeError */ public function __construct($method, $controller, $action, $params = null) { } /** * @link https://secure.php.net/manual/en/yaf-request-simple.clone.php */ private function __clone() { } } __halt_compiler();----SIGNATURE:----YNgBb6L2ngsViNJZ+ghdHMA3DRmyqMMm6i9oDBj+N0berCmp56sDLFG5bftbrKj1I7AP1inYg4d/UluRZn1Mg7ymKD5fLlKjvG9jS/l6f5aBcoRbzGuKzYz4EjugHR2gx0QEQ3WOir4UoTWXZwSavGLXRR1bzRsNevHhLv6u3KgOK5TILpV9bVgGeAO1ozv+cq5emN465F5BQ6beKublw1jFepoUXr27ouSxORCpSBkOw/OLX2t5jTNfA4MBl5GgoNSuSu7P4a4V/KJLBX/DIcAivfhWYfIOi/PDzSA8UFcoZXlpJ7Quzkfv/y1i2DhvKj/6lvHoFZR+IcxF8IvxPKCvFnH4ykDrAD77Sxc73PuDRHd5YXaKYGFTjRYnJT76ZSY74z86PoPf5MkGxGFGfWT9oNxwNcmJPQQsEeXaajnqp9QRcLxgQqdaSLvq8HObJTbMUzWFA6E9Qm8Dn+zbOQbA50v4Iqpv+NvDV87toYwzwfWIhIpLe7ojHERtOi2rrMIO8VtnLPg8b63pGDjc9hZQa1bUiTbGBfHyUWnUPSQxJJTVxlLgvuyaOgGKOBvSjE1dCNzxtgDoggd7BNlH2KAfyO/E9nqmqL59tivDZWjVor9hsgIy2eUCXSgU07SfGsTaK3je0lEy3VfEXowkuutger0wzKDDYQDV1t+Tuik=----ATTACHMENT:----MTk3ODk5MjU1MzUxMTk0NCA5MTEyNjAxMTYyODUwMjQ3IDIyMDY4MDA0NjM1OTU4Nzc=