PHP Class Bitpay\Application

Inheritance: implements bitpay\ApplicationInterface
Afficher le fichier Open project: bitpay/php-client

Protected Properties

Свойство Type Description
$orgs array
$users array

Méthodes publiques

Méthode Description
__construct ( )
addOrg ( OrgInterface $org ) : bitpay\ApplicationInterface Add org to stack
addUser ( bitpay\UserInterface $user ) : bitpay\ApplicationInterface Add user to stack
getOrgs ( )
getUsers ( )

Method Details

__construct() public méthode

public __construct ( )

addOrg() public méthode

Add org to stack
public addOrg ( OrgInterface $org ) : bitpay\ApplicationInterface
$org OrgInterface
Résultat bitpay\ApplicationInterface

addUser() public méthode

Add user to stack
public addUser ( bitpay\UserInterface $user ) : bitpay\ApplicationInterface
$user bitpay\UserInterface
Résultat bitpay\ApplicationInterface

getOrgs() public méthode

public getOrgs ( )

getUsers() public méthode

public getUsers ( )

Property Details

$orgs protected_oe property

protected array $orgs
Résultat array

$users protected_oe property

protected array $users
Résultat array