Ejemplo n.º 1
0
 public function __construct($url, $method = 'GET')
 {
     $this->url = $url;
     parent::__construct($url, $method);
 }