Example #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct($username, $password, $token = null, IServiceFactory $serviceFactory = null, ClientInterface $client = null, Auth $auth = null)
 {
     parent::__construct($username, $password, $token, $serviceFactory, $client, $auth);
     $this->get(Request::SERVICE_BRAND, false);
 }