diff --git a/docs/classes/BitPaySDK-Client-BillClient.html b/docs/classes/BitPaySDK-Client-BillClient.html index d9663cd8..da863777 100644 --- a/docs/classes/BitPaySDK-Client-BillClient.html +++ b/docs/classes/BitPaySDK-Client-BillClient.html @@ -608,7 +608,7 @@
public
- get( $billId[, $facade = Facade::MERCHANT ][, $signRequest = true ]) : Bill
+ get($billId[, $facade = Facade::MERCHANT ][, $signRequest = true ]) : Bill
string The id of the bill to retrieve.
@@ -626,7 +626,7 @@string The facade used to retrieve it.
@@ -635,7 +635,7 @@bool Signed request.
diff --git a/docs/classes/BitPaySDK-Client.html b/docs/classes/BitPaySDK-Client.html index 4341b207..981c34a5 100644 --- a/docs/classes/BitPaySDK-Client.html +++ b/docs/classes/BitPaySDK-Client.html @@ -2082,7 +2082,7 @@
public
- getBill( $billId[, $facade = Facade::MERCHANT ][, $signRequest = true ]) : Bill
+ getBill($billId[, $facade = Facade::MERCHANT ][, $signRequest = true ]) : Bill
string The id of the bill to retrieve.
@@ -2100,7 +2100,7 @@string The facade used to retrieve it.
@@ -2109,7 +2109,7 @@bool Signed request.
@@ -3817,7 +3817,7 @@
public
- getSettlements( $currency, $dateStart, $dateEnd[, string|null $status = null ][, int|null $limit = null ][, int|null $offset = null ]) : array<string|int, Settlement>
+ getSettlements($currency, $dateStart, $dateEnd[, string|null $status = null ][, int|null $limit = null ][, int|null $offset = null ]) : array<string|int, Settlement>
string The three digit currency string for the ledger to retrieve.
@@ -3838,7 +3838,7 @@string The start date for the query.
@@ -3847,7 +3847,7 @@string The end date for the query.
diff --git a/docs/classes/BitPaySDK-Env.html b/docs/classes/BitPaySDK-Env.html index 0eabc296..6dc4c687 100644 --- a/docs/classes/BitPaySDK-Env.html +++ b/docs/classes/BitPaySDK-Env.html @@ -213,7 +213,7 @@: void
+
public
- __construct([ $recipients = [] ]) : mixed
+ __construct([$recipients = [] ]) : mixed
array array of JSON objects, with containing the following parameters.
diff --git a/docs/classes/BitPaySDK-PosClient.html b/docs/classes/BitPaySDK-PosClient.html index b8b594b7..afb2c3a7 100644 --- a/docs/classes/BitPaySDK-PosClient.html +++ b/docs/classes/BitPaySDK-PosClient.html @@ -2216,7 +2216,7 @@
public
- getBill( $billId[, $facade = Facade::MERCHANT ][, $signRequest = true ]) : Bill
+ getBill($billId[, $facade = Facade::MERCHANT ][, $signRequest = true ]) : Bill
string The id of the bill to retrieve.
@@ -2234,7 +2234,7 @@string The facade used to retrieve it.
@@ -2243,7 +2243,7 @@bool Signed request.
@@ -4014,7 +4014,7 @@
public
- getSettlements( $currency, $dateStart, $dateEnd[, string|null $status = null ][, int|null $limit = null ][, int|null $offset = null ]) : array<string|int, Settlement>
+ getSettlements($currency, $dateStart, $dateEnd[, string|null $status = null ][, int|null $limit = null ][, int|null $offset = null ]) : array<string|int, Settlement>
string The three digit currency string for the ledger to retrieve.
@@ -4035,7 +4035,7 @@string The start date for the query.
@@ -4044,7 +4044,7 @@string The end date for the query.
diff --git a/docs/classes/BitPaySDK-Test-TokensTest.html b/docs/classes/BitPaySDK-Test-TokensTest.html index 95e93c58..7377f6cf 100644 --- a/docs/classes/BitPaySDK-Test-TokensTest.html +++ b/docs/classes/BitPaySDK-Test-TokensTest.html @@ -389,7 +389,7 @@
private
- accessProtected(mixed $obj, mixed $prop) : mixed
+ accessProtected($obj, $prop) : mixed
public
- getTokenByFacade( $facade) : string|null
+ getTokenByFacade($facade) : string|null
public
- delete( $uri[, array<string|int, mixed>|null $parameters = null ]) : string
+ delete($uri[, array<string|int, mixed>|null $parameters = null ]) : string
public
- get( $uri[, array<string|int, mixed>|null $parameters = null ][, bool $signatureRequired = true ]) : string
+ get($uri[, array<string|int, mixed>|null $parameters = null ][, bool $signatureRequired = true ]) : string
public
- post( $uri[, array<string|int, mixed> $formData = [] ][, bool $signatureRequired = true ]) : string
+ post($uri[, array<string|int, mixed> $formData = [] ][, bool $signatureRequired = true ]) : string
public
- update( $uri[, array<string|int, mixed> $formData = [] ]) : string
+ update($uri[, array<string|int, mixed> $formData = [] ]) : string