选择语言 :

 Module_OOP_ORM_Finder_REST::reset

重置请求数据

$this Module_OOP_ORM_Finder_REST::reset( )
返回值
  • $this
File: ./modules/oop/orm/finder/rest.class.php
protected function reset()
{
    if ($this->_default_method)
    {
        $this->method = $this->_default_method;
        $this->_default_method = null;
    }

    $this->arguments = array();
}