You are here

public function Partner::__construct in Lockr 7

Same name and namespace in other branches
  1. 7.2 vendor/lockr/lockr-client/src/Partner.php \Lockr\Partner::__construct()

Constucts the partner.

File

src/Lockr/Partner.php, line 21

Class

Partner

Namespace

Lockr

Code

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