예제 #1
0
 public function __construct()
 {
     parent::__construct(ResourceType::BITCOIN_NETWORK);
 }
예제 #2
0
 public function __construct($resourcePath = null)
 {
     parent::__construct(ResourceType::CHECKOUT, $resourcePath);
 }
예제 #3
0
 public function __construct($type = null, $resourcePath = null)
 {
     parent::__construct(ResourceType::TRANSACTION, $resourcePath);
     $this->type = $type;
 }
예제 #4
0
 public function __construct($address)
 {
     parent::__construct(ResourceType::BITCOIN_ADDRESS);
     $this->address = $address;
 }
 public function __construct($resourcePath = null)
 {
     parent::__construct(ResourceType::NOTIFICATION, $resourcePath);
 }
예제 #6
0
 public function __construct($resourcePath = null)
 {
     parent::__construct(ResourceType::ADDRESS, $resourcePath);
 }
 public function __construct($resourcePath = null)
 {
     parent::__construct('test', $resourcePath);
 }
예제 #8
0
 public function __construct($email)
 {
     parent::__construct(ResourceType::EMAIL);
     $this->email = $email;
 }
예제 #9
0
 public function __construct($resourcePath = null)
 {
     parent::__construct(ResourceType::PAYMENT_METHOD, $resourcePath);
 }
예제 #10
0
 public function __construct($resourcePath = null)
 {
     parent::__construct(ResourceType::MERCHANT, $resourcePath);
 }