PHP 클래스 Bitpay\Application

상속: implements bitpay\ApplicationInterface
파일 보기 프로젝트 열기: bitpay/php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$orgs array
$users array

공개 메소드들

메소드 설명
__construct ( )
addOrg ( OrgInterface $org ) : bitpay\ApplicationInterface Add org to stack
addUser ( bitpay\UserInterface $user ) : bitpay\ApplicationInterface Add user to stack
getOrgs ( )
getUsers ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

addOrg() 공개 메소드

Add org to stack
public addOrg ( OrgInterface $org ) : bitpay\ApplicationInterface
$org OrgInterface
리턴 bitpay\ApplicationInterface

addUser() 공개 메소드

Add user to stack
public addUser ( bitpay\UserInterface $user ) : bitpay\ApplicationInterface
$user bitpay\UserInterface
리턴 bitpay\ApplicationInterface

getOrgs() 공개 메소드

public getOrgs ( )

getUsers() 공개 메소드

public getUsers ( )

프로퍼티 상세

$orgs 보호되어 있는 프로퍼티

protected array $orgs
리턴 array

$users 보호되어 있는 프로퍼티

protected array $users
리턴 array