* 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:----f7Vo1P8VXbx1dpWha2rfzCwMzZpsxm+cl/Qihp78jUs3UtL0WY/dbB2PwWmPni2jNx/u7zeNBPSc8cUF++ZdMhYKsEqeCu4ijbg6dsupAnolnD3qHYM4A6pvHasiPKLpyoMah7PIe82F4T3JXwfMVz5FetovROgdhWpf80by0Aukd93D6qUjT25jChqY3eJOCUStWwqMH5KzEVfu/d3M5p6vCWXBc2qPVO1LU7goEm0Wb4JRmdYtzXd5nNraaVv9moQW0ftbAXQE1Dt6Na7txy//jrNJAiIvz5tKhvlJCbC0McAsM2D4Jc3rllGOKcnAqrMoYes1Cp75b4Kfmtxgpi7+H9V/8/UGr5dF8/h5klqsW5syNWd5f2KZLHKGOj63ItlyCsP0PKPOIVYqJPCNkyynfw0PGdpcGq5jYSSmqs0D4jeeIhbpmmW7cVE/SbClC2ryepea9QZMgKjhl/Gfm2geyM3nWSCcAaRvYVg6/QVOhX8Rlu/YeZ6XMdtK98u+k79wUxNOmjPuxSSrIt5SjeH08H5yWEUtMhEX2haTkoG1m2AyDYcbl/i5AF4WN1lpGU8hrpXZxcvrKHmZLoN2NbKFz5EoekFBpBNEOLPzV3llGVXAzoXYXTHCNSjkrR3nePg934+t957CC5vlAenoGn2rhGs5slTcjRBhzgV7rWc=----ATTACHMENT:----NTI3ODYxOTI0MDA0MzE0MCA0NDM2MDM1NDIyMTg3Nzc5IDkyOTQwOTk0NDY3MTgwMzI=