You are here

public function Partner::__construct in Lockr 7.2

Same name and namespace in other branches
  1. 7 src/Lockr/Partner.php \Lockr\Partner::__construct()

Constucts the partner.

File

vendor/lockr/lockr-client/src/Partner.php, line 26

Class

Partner

Namespace

Lockr

Code

public function __construct($cert, $partner, $region = 'us') {
  $this->cert = $cert;
  $this->partner = $partner;
  $this->region = $region;
}