重置请求数据
$this Module_OOP_ORM_Finder_REST::reset( )
$this
protected function reset()
{
if ($this->_default_method)
{
$this->method = $this->_default_method;
$this->_default_method = null;
}
$this->arguments = array();
}