Exemplo n.º 1
0
 /**
  * Constructor.
  *
  * Defaults to POST rather than GET.
  */
 public function __construct($method = self::METHOD_POST, $resource = '/', $host = null)
 {
     parent::__construct($method, $resource, $host);
 }