예제 #1
0
 /** {@inheritdoc} */
 public function __construct(Transport $transport, $uri)
 {
     parent::__construct($transport, $uri);
     $this->reset();
 }
예제 #2
0
 /**
  * @param string          $token
  * @param ClientInterface $client
  */
 public function __construct($token = '', ClientInterface $client = null)
 {
     $transport = new Transport($token, $client);
     parent::__construct($transport, '');
 }