示例#1
0
 /**
  * Constructor.
  *
  * @param string $id        Url.
  * @param array  $arguments Arguments posted (or getted :P).
  *
  * @return void
  */
 public function __construct($id, array $arguments = array())
 {
     parent::__construct($id, $arguments);
     $this->_method = 'GET';
 }