Property | Type | Description | |
---|---|---|---|
$orgs | array | ||
$users | array |
Method | Description | |
---|---|---|
__construct ( ) | ||
addOrg ( OrgInterface $org ) : bitpay\ApplicationInterface | Add org to stack | |
addUser ( bitpay\UserInterface $user ) : bitpay\ApplicationInterface | Add user to stack | |
getOrgs ( ) | ||
getUsers ( ) |
public addOrg ( OrgInterface $org ) : bitpay\ApplicationInterface | ||
$org | OrgInterface | |
return | bitpay\ApplicationInterface |
public addUser ( bitpay\UserInterface $user ) : bitpay\ApplicationInterface | ||
$user | bitpay\UserInterface | |
return | bitpay\ApplicationInterface |