Bristol SU Support Package
Client.php
Go to the documentation of this file.
1 <?php
2 
4 
8 interface Client
9 {
10 
20  public function request($method, $uri, array $options = []);
21 
22 }
request($method, $uri, array $options=[])