function __construct($uri_string = null, $get = null, $post = null, $cookies = null, $files = null)
 {
     parent::__construct();
     $this->_initRequestProperties($uri_string, $get, $post, $cookies, $files);
 }