diff --git a/CHANGELOG.md b/CHANGELOG.md index f495bc09..a3e12fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v2.7.6 от 13.02.2023 +* Исправлена опечатка в аннотации к AbstractObject +* Скорректированы ссылки в файлах документации с примерами + ### v2.7.5 от 18.01.2023 * Добавлен return_url в confirmation при mobile_application для Sberpay diff --git a/composer.json b/composer.json index ea1c9b9c..fe94403a 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ ], "dist": { "type": "zip", - "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F2.7.5&format=zip" + "url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F2.7.6&format=zip" }, - "version": "2.7.5", + "version": "2.7.6", "require": { "php": ">=5.3.0", "ext-curl": "*", diff --git a/docs/classes/JsonSerializable.md b/docs/classes/JsonSerializable.md index 98923ae2..e53ecaf4 100644 --- a/docs/classes/JsonSerializable.md +++ b/docs/classes/JsonSerializable.md @@ -50,6 +50,6 @@ public jsonSerialize() : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-ApiClientInterface.md b/docs/classes/YooKassa-Client-ApiClientInterface.md index 5426fde6..9ea56e96 100644 --- a/docs/classes/YooKassa-Client-ApiClientInterface.md +++ b/docs/classes/YooKassa-Client-ApiClientInterface.md @@ -200,6 +200,6 @@ public setConfig(array $config) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-BaseClient.md b/docs/classes/YooKassa-Client-BaseClient.md index dc4af5aa..93502950 100644 --- a/docs/classes/YooKassa-Client-BaseClient.md +++ b/docs/classes/YooKassa-Client-BaseClient.md @@ -667,6 +667,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-CurlClient.md b/docs/classes/YooKassa-Client-CurlClient.md index 346d3327..3355c225 100644 --- a/docs/classes/YooKassa-Client-CurlClient.md +++ b/docs/classes/YooKassa-Client-CurlClient.md @@ -495,6 +495,6 @@ public setTimeout(int $timeout) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client-UserAgent.md b/docs/classes/YooKassa-Client-UserAgent.md index d613ff7d..eaac2470 100644 --- a/docs/classes/YooKassa-Client-UserAgent.md +++ b/docs/classes/YooKassa-Client-UserAgent.md @@ -316,6 +316,6 @@ public setModule(string $name, string $version) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Client.md b/docs/classes/YooKassa-Client.md index 1fb121e1..a99f3592 100644 --- a/docs/classes/YooKassa-Client.md +++ b/docs/classes/YooKassa-Client.md @@ -235,7 +235,7 @@ DEFAULT_ATTEMPTS_COUNT = 3 Текущая версия библиотеки ```php -SDK_VERSION = '2.7.5' +SDK_VERSION = '2.7.6' ``` @@ -2169,6 +2169,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractEnum.md b/docs/classes/YooKassa-Common-AbstractEnum.md index b302173f..61449674 100644 --- a/docs/classes/YooKassa-Common-AbstractEnum.md +++ b/docs/classes/YooKassa-Common-AbstractEnum.md @@ -118,6 +118,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractObject.md b/docs/classes/YooKassa-Common-AbstractObject.md index 6ce94136..2df01401 100644 --- a/docs/classes/YooKassa-Common-AbstractObject.md +++ b/docs/classes/YooKassa-Common-AbstractObject.md @@ -237,10 +237,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -256,18 +256,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -282,12 +278,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -340,6 +332,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractPaymentRequest.md b/docs/classes/YooKassa-Common-AbstractPaymentRequest.md index 91444ae1..ea4c461b 100644 --- a/docs/classes/YooKassa-Common-AbstractPaymentRequest.md +++ b/docs/classes/YooKassa-Common-AbstractPaymentRequest.md @@ -444,10 +444,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -463,18 +463,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -489,12 +485,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public removeReceipt() : mixed @@ -674,6 +666,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md b/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md index ecd2fb63..c29d56be 100644 --- a/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md @@ -462,6 +462,6 @@ protected initCurrentObject() : self --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRefundRequest.md b/docs/classes/YooKassa-Common-AbstractRefundRequest.md index 0d3b9e8c..4634186c 100644 --- a/docs/classes/YooKassa-Common-AbstractRefundRequest.md +++ b/docs/classes/YooKassa-Common-AbstractRefundRequest.md @@ -425,10 +425,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -444,18 +444,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -470,12 +466,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : self @@ -645,6 +637,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRequest.md b/docs/classes/YooKassa-Common-AbstractRequest.md index f6e5b5d9..ce4a9457 100644 --- a/docs/classes/YooKassa-Common-AbstractRequest.md +++ b/docs/classes/YooKassa-Common-AbstractRequest.md @@ -273,10 +273,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -292,18 +292,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -318,12 +314,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -415,6 +407,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md index bd4c4751..be8909ad 100644 --- a/docs/classes/YooKassa-Common-AbstractRequestBuilder.md +++ b/docs/classes/YooKassa-Common-AbstractRequestBuilder.md @@ -157,6 +157,6 @@ Abstract protected initCurrentObject() : \YooKassa\Common\AbstractRequest --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md b/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md index e5313e95..1903817a 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ApiConnectionException.md @@ -126,6 +126,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-ApiException.md b/docs/classes/YooKassa-Common-Exceptions-ApiException.md index c643d8d8..509d8fde 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ApiException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ApiException.md @@ -123,6 +123,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md b/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md index 0e555550..8fd4a626 100644 --- a/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md +++ b/docs/classes/YooKassa-Common-Exceptions-AuthorizeException.md @@ -126,6 +126,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md b/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md index e50b1e88..05a39f38 100644 --- a/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md +++ b/docs/classes/YooKassa-Common-Exceptions-BadApiRequestException.md @@ -152,6 +152,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md b/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md index 404a9111..598509ad 100644 --- a/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md +++ b/docs/classes/YooKassa-Common-Exceptions-EmptyPropertyValueException.md @@ -79,6 +79,6 @@ public getProperty() : string --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md b/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md index 6b3e7d4d..6dc614be 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ExtensionNotFoundException.md @@ -67,6 +67,6 @@ Constructor --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md b/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md index 4abf3c47..abfac791 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ForbiddenException.md @@ -152,6 +152,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md b/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md index 2aafbd08..9c3f5bdc 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md +++ b/docs/classes/YooKassa-Common-Exceptions-InternalServerError.md @@ -155,6 +155,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md index 561a80bf..406b9af4 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md +++ b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyException.md @@ -78,6 +78,6 @@ public getProperty() : string --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md index c5954d16..2dc6b3cf 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md +++ b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueException.md @@ -94,6 +94,6 @@ public getValue() : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md index 1bc2b14b..e472ec88 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md +++ b/docs/classes/YooKassa-Common-Exceptions-InvalidPropertyValueTypeException.md @@ -94,6 +94,6 @@ public getType() : string --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md b/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md index 13b5e8a4..0eb22521 100644 --- a/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md +++ b/docs/classes/YooKassa-Common-Exceptions-InvalidRequestException.md @@ -78,6 +78,6 @@ public getRequestObject() : \YooKassa\Common\AbstractRequest|null --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-JsonException.md b/docs/classes/YooKassa-Common-Exceptions-JsonException.md index 9bbfee4b..29afdaf7 100644 --- a/docs/classes/YooKassa-Common-Exceptions-JsonException.md +++ b/docs/classes/YooKassa-Common-Exceptions-JsonException.md @@ -76,6 +76,6 @@ public __construct(mixed $message = "", mixed $code, mixed $previous = --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md b/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md index 62934328..9e3790ff 100644 --- a/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md +++ b/docs/classes/YooKassa-Common-Exceptions-NotFoundException.md @@ -152,6 +152,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md b/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md index d76b44f0..396d26fb 100644 --- a/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md +++ b/docs/classes/YooKassa-Common-Exceptions-ResponseProcessingException.md @@ -152,6 +152,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md b/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md index ac2769e5..a7dcd25d 100644 --- a/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md +++ b/docs/classes/YooKassa-Common-Exceptions-TooManyRequestsException.md @@ -152,6 +152,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md b/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md index aa2de754..d840155a 100644 --- a/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md +++ b/docs/classes/YooKassa-Common-Exceptions-UnauthorizedException.md @@ -155,6 +155,6 @@ public getResponseHeaders() : string[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-HttpVerb.md b/docs/classes/YooKassa-Common-HttpVerb.md index f07f21be..ac0f6492 100644 --- a/docs/classes/YooKassa-Common-HttpVerb.md +++ b/docs/classes/YooKassa-Common-HttpVerb.md @@ -179,6 +179,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-LoggerWrapper.md b/docs/classes/YooKassa-Common-LoggerWrapper.md index 045a8667..44b87b7f 100644 --- a/docs/classes/YooKassa-Common-LoggerWrapper.md +++ b/docs/classes/YooKassa-Common-LoggerWrapper.md @@ -299,6 +299,6 @@ that are not necessarily wrong. --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Common-ResponseObject.md b/docs/classes/YooKassa-Common-ResponseObject.md index 3af92fbb..e5c70607 100644 --- a/docs/classes/YooKassa-Common-ResponseObject.md +++ b/docs/classes/YooKassa-Common-ResponseObject.md @@ -162,6 +162,6 @@ public getHeaders() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md index 7e07be10..993fb2b8 100644 --- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md +++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoader.md @@ -73,6 +73,6 @@ public load(mixed $filePath = null) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md index 0c075be8..1b9c62f0 100644 --- a/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md +++ b/docs/classes/YooKassa-Helpers-Config-ConfigurationLoaderInterface.md @@ -64,6 +64,6 @@ public load() : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-ProductCode.md b/docs/classes/YooKassa-Helpers-ProductCode.md index d606945b..7213e418 100644 --- a/docs/classes/YooKassa-Helpers-ProductCode.md +++ b/docs/classes/YooKassa-Helpers-ProductCode.md @@ -635,6 +635,6 @@ public validate() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-Random.md b/docs/classes/YooKassa-Helpers-Random.md index df658881..9d5cf6d1 100644 --- a/docs/classes/YooKassa-Helpers-Random.md +++ b/docs/classes/YooKassa-Helpers-Random.md @@ -243,6 +243,6 @@ Static public value(array $values, bool $useBest = true) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-RawHeadersParser.md b/docs/classes/YooKassa-Helpers-RawHeadersParser.md index ceb7e255..883bc9cf 100644 --- a/docs/classes/YooKassa-Helpers-RawHeadersParser.md +++ b/docs/classes/YooKassa-Helpers-RawHeadersParser.md @@ -57,6 +57,6 @@ Static public parse(mixed $rawHeaders) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-SecurityHelper.md b/docs/classes/YooKassa-Helpers-SecurityHelper.md index e99fdf82..4040e251 100644 --- a/docs/classes/YooKassa-Helpers-SecurityHelper.md +++ b/docs/classes/YooKassa-Helpers-SecurityHelper.md @@ -66,6 +66,6 @@ public isIPTrusted($ip) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-StringObject.md b/docs/classes/YooKassa-Helpers-StringObject.md index ea4c250a..622e37da 100644 --- a/docs/classes/YooKassa-Helpers-StringObject.md +++ b/docs/classes/YooKassa-Helpers-StringObject.md @@ -83,6 +83,6 @@ public __toString() : string --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-TypeCast.md b/docs/classes/YooKassa-Helpers-TypeCast.md index 60b0617f..d1e9763f 100644 --- a/docs/classes/YooKassa-Helpers-TypeCast.md +++ b/docs/classes/YooKassa-Helpers-TypeCast.md @@ -162,6 +162,6 @@ Static public castToDateTime(string|int|\DateTime $value) : \DateTime|null --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Helpers-UUID.md b/docs/classes/YooKassa-Helpers-UUID.md index 2dddb8ee..30331586 100644 --- a/docs/classes/YooKassa-Helpers-UUID.md +++ b/docs/classes/YooKassa-Helpers-UUID.md @@ -57,6 +57,6 @@ Static public v4() : string --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Airline.md b/docs/classes/YooKassa-Model-Airline.md index 7b7620f7..8eb64528 100644 --- a/docs/classes/YooKassa-Model-Airline.md +++ b/docs/classes/YooKassa-Model-Airline.md @@ -483,10 +483,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -502,18 +502,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -528,12 +524,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setBookingReference() : mixed @@ -674,6 +666,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-AirlineInterface.md b/docs/classes/YooKassa-Model-AirlineInterface.md index e3b071db..48ee8131 100644 --- a/docs/classes/YooKassa-Model-AirlineInterface.md +++ b/docs/classes/YooKassa-Model-AirlineInterface.md @@ -108,6 +108,6 @@ public getLegs() : \YooKassa\Model\LegInterface[] --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-AmountInterface.md b/docs/classes/YooKassa-Model-AmountInterface.md index c21ce0f8..988d0fcd 100644 --- a/docs/classes/YooKassa-Model-AmountInterface.md +++ b/docs/classes/YooKassa-Model-AmountInterface.md @@ -147,6 +147,6 @@ public setCurrency(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-AuthorizationDetails.md b/docs/classes/YooKassa-Model-AuthorizationDetails.md index 9d3671a9..84a843b9 100644 --- a/docs/classes/YooKassa-Model-AuthorizationDetails.md +++ b/docs/classes/YooKassa-Model-AuthorizationDetails.md @@ -340,10 +340,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -359,18 +359,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -385,12 +381,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAuthCode() : mixed @@ -524,6 +516,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md b/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md index 823d5d25..7dc2e406 100644 --- a/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md +++ b/docs/classes/YooKassa-Model-AuthorizationDetailsInterface.md @@ -102,6 +102,6 @@ public getThreeDSecure() : \YooKassa\Model\ThreeDSecure|null --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-BaseDeal.md b/docs/classes/YooKassa-Model-BaseDeal.md index b076dde0..5b8ea575 100644 --- a/docs/classes/YooKassa-Model-BaseDeal.md +++ b/docs/classes/YooKassa-Model-BaseDeal.md @@ -254,10 +254,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -273,18 +273,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -299,12 +295,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setType() : mixed @@ -379,6 +371,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CancellationDetails.md b/docs/classes/YooKassa-Model-CancellationDetails.md index 02d58399..7dff841a 100644 --- a/docs/classes/YooKassa-Model-CancellationDetails.md +++ b/docs/classes/YooKassa-Model-CancellationDetails.md @@ -310,10 +310,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -329,18 +329,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -355,12 +351,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setParty() : mixed @@ -457,6 +449,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CancellationDetailsInterface.md b/docs/classes/YooKassa-Model-CancellationDetailsInterface.md index 124eef07..c198ae80 100644 --- a/docs/classes/YooKassa-Model-CancellationDetailsInterface.md +++ b/docs/classes/YooKassa-Model-CancellationDetailsInterface.md @@ -83,6 +83,6 @@ public getReason() : string --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md index 8b150785..08567d88 100644 --- a/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-CancellationDetailsPartyCode.md @@ -153,6 +153,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md index 806ffbd5..6b653b40 100644 --- a/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-CancellationDetailsReasonCode.md @@ -330,6 +330,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md b/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md index 774c6192..cc7e03f2 100644 --- a/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md +++ b/docs/classes/YooKassa-Model-Confirmation-AbstractConfirmation.md @@ -325,10 +325,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -344,18 +344,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -370,12 +366,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -450,6 +442,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md index a3e9958d..f1d8b6e7 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationCodeVerification.md @@ -318,10 +318,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -337,18 +337,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -363,12 +359,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -443,6 +435,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md index 499e4fa0..92902804 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationEmbedded.md @@ -346,10 +346,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -365,18 +365,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -391,12 +387,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setConfirmationToken() : mixed @@ -489,6 +481,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md index 5cd641e6..f05c5830 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationExternal.md @@ -319,10 +319,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -338,18 +338,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -364,12 +360,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -444,6 +436,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md index 9a99df12..17cebf3e 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationFactory.md @@ -89,6 +89,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md index e398bcfe..e726494a 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationMobileApplication.md @@ -406,10 +406,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -425,18 +425,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -451,12 +447,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setConfirmationUrl() : mixed @@ -567,6 +559,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md index ae1b2b50..832768ed 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationQr.md @@ -359,10 +359,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -378,18 +378,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -404,12 +400,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setConfirmationData() : mixed @@ -502,6 +494,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md b/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md index c96a9ac5..c0aa167e 100644 --- a/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md +++ b/docs/classes/YooKassa-Model-Confirmation-ConfirmationRedirect.md @@ -431,10 +431,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -450,18 +450,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -476,12 +472,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setConfirmationUrl() : mixed @@ -610,6 +602,6 @@ protected setType(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md index 5b10c63e..5b29082f 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-AbstractConfirmationAttributes.md @@ -282,10 +282,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -301,18 +301,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -327,12 +323,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setLocale() : mixed @@ -421,6 +413,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md index 20eb96c3..1f4d801c 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesCodeVerification.md @@ -275,10 +275,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -294,18 +294,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -320,12 +316,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setLocale() : mixed @@ -414,6 +406,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md index c09f4e72..3f8eb79a 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesEmbedded.md @@ -275,10 +275,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -294,18 +294,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -320,12 +316,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setLocale() : mixed @@ -414,6 +406,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md index c668f9f2..296eff7b 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesExternal.md @@ -276,10 +276,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -295,18 +295,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -321,12 +317,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setLocale() : mixed @@ -415,6 +407,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md index aeb33c2a..800128d2 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesFactory.md @@ -81,6 +81,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md index 38accb32..2babae29 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesMobileApplication.md @@ -321,10 +321,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -340,18 +340,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -366,12 +362,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setLocale() : mixed @@ -478,6 +470,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md index 1bdb8a3a..3b6ff82f 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesQr.md @@ -275,10 +275,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -294,18 +294,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -320,12 +316,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setLocale() : mixed @@ -414,6 +406,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md index 67d28494..593139db 100644 --- a/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md +++ b/docs/classes/YooKassa-Model-ConfirmationAttributes-ConfirmationAttributesRedirect.md @@ -346,10 +346,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -365,18 +365,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -391,12 +387,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setEnforce() : mixed @@ -521,6 +513,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ConfirmationType.md b/docs/classes/YooKassa-Model-ConfirmationType.md index f91d1969..5ae6aca5 100644 --- a/docs/classes/YooKassa-Model-ConfirmationType.md +++ b/docs/classes/YooKassa-Model-ConfirmationType.md @@ -179,6 +179,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-CurrencyCode.md b/docs/classes/YooKassa-Model-CurrencyCode.md index bd269f0c..93c4964f 100644 --- a/docs/classes/YooKassa-Model-CurrencyCode.md +++ b/docs/classes/YooKassa-Model-CurrencyCode.md @@ -193,6 +193,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-CaptureDealData.md b/docs/classes/YooKassa-Model-Deal-CaptureDealData.md index e3dc471c..0c62810b 100644 --- a/docs/classes/YooKassa-Model-Deal-CaptureDealData.md +++ b/docs/classes/YooKassa-Model-Deal-CaptureDealData.md @@ -298,10 +298,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -317,18 +317,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -343,12 +339,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setSettlements() : mixed @@ -423,6 +415,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md b/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md index 296608c7..8cfda3c9 100644 --- a/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md +++ b/docs/classes/YooKassa-Model-Deal-DealBalanceAmount.md @@ -328,10 +328,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -347,18 +347,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -373,12 +369,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCurrency() : mixed @@ -489,6 +481,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-DealStatus.md b/docs/classes/YooKassa-Model-Deal-DealStatus.md index cb108be3..93e4b64e 100644 --- a/docs/classes/YooKassa-Model-Deal-DealStatus.md +++ b/docs/classes/YooKassa-Model-Deal-DealStatus.md @@ -144,6 +144,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-DealType.md b/docs/classes/YooKassa-Model-Deal-DealType.md index 5256967d..9743406e 100644 --- a/docs/classes/YooKassa-Model-Deal-DealType.md +++ b/docs/classes/YooKassa-Model-Deal-DealType.md @@ -133,6 +133,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-FeeMoment.md b/docs/classes/YooKassa-Model-Deal-FeeMoment.md index b5e5cc05..987fca03 100644 --- a/docs/classes/YooKassa-Model-Deal-FeeMoment.md +++ b/docs/classes/YooKassa-Model-Deal-FeeMoment.md @@ -143,6 +143,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md b/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md index 8ff250f3..2118d53c 100644 --- a/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-PaymentDealInfo.md @@ -330,10 +330,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -349,18 +349,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -375,12 +371,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : \YooKassa\Model\Deal\PaymentDealInfo @@ -477,6 +469,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md b/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md index df2a85e9..48a124aa 100644 --- a/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-PayoutDealInfo.md @@ -275,10 +275,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -294,18 +294,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -320,12 +316,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : \YooKassa\Model\Deal\PayoutDealInfo @@ -400,6 +392,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-RefundDealData.md b/docs/classes/YooKassa-Model-Deal-RefundDealData.md index 8763b3c0..0d7d868d 100644 --- a/docs/classes/YooKassa-Model-Deal-RefundDealData.md +++ b/docs/classes/YooKassa-Model-Deal-RefundDealData.md @@ -311,10 +311,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -330,18 +330,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -356,12 +352,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setRefundSettlements() : \YooKassa\Model\Deal\RefundDealData @@ -436,6 +428,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md b/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md index f9084346..a6da2501 100644 --- a/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md +++ b/docs/classes/YooKassa-Model-Deal-RefundDealInfo.md @@ -343,10 +343,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -362,18 +362,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -388,12 +384,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : \YooKassa\Model\Deal\RefundDealInfo @@ -490,6 +482,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md index 5116c5f0..29866788 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPayment.md @@ -309,10 +309,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -328,18 +328,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -354,12 +350,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -456,6 +448,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md index ebdffc38..38ec54d7 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutPaymentType.md @@ -131,6 +131,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md b/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md index 547d0c06..18c70297 100644 --- a/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md +++ b/docs/classes/YooKassa-Model-Deal-SettlementPayoutRefund.md @@ -309,10 +309,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -328,18 +328,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -354,12 +350,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -460,6 +452,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-DealInterface.md b/docs/classes/YooKassa-Model-DealInterface.md index 5b1beb07..e7f0fec4 100644 --- a/docs/classes/YooKassa-Model-DealInterface.md +++ b/docs/classes/YooKassa-Model-DealInterface.md @@ -258,6 +258,6 @@ public getTest() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Leg.md b/docs/classes/YooKassa-Model-Leg.md index 7e800aa6..921cc97b 100644 --- a/docs/classes/YooKassa-Model-Leg.md +++ b/docs/classes/YooKassa-Model-Leg.md @@ -406,10 +406,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -425,18 +425,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -451,12 +447,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setDepartureAirport() : mixed @@ -592,6 +584,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-LegInterface.md b/docs/classes/YooKassa-Model-LegInterface.md index be8b5af1..9ed55d65 100644 --- a/docs/classes/YooKassa-Model-LegInterface.md +++ b/docs/classes/YooKassa-Model-LegInterface.md @@ -159,6 +159,6 @@ public setDepartureDate(\DateTime|string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Locale.md b/docs/classes/YooKassa-Model-Locale.md index c95cdcda..a4873075 100644 --- a/docs/classes/YooKassa-Model-Locale.md +++ b/docs/classes/YooKassa-Model-Locale.md @@ -143,6 +143,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Metadata.md b/docs/classes/YooKassa-Model-Metadata.md index 37175399..d45b5eb0 100644 --- a/docs/classes/YooKassa-Model-Metadata.md +++ b/docs/classes/YooKassa-Model-Metadata.md @@ -278,10 +278,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -297,18 +297,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -323,12 +319,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -385,6 +377,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-MonetaryAmount.md b/docs/classes/YooKassa-Model-MonetaryAmount.md index db12ea50..a217665b 100644 --- a/docs/classes/YooKassa-Model-MonetaryAmount.md +++ b/docs/classes/YooKassa-Model-MonetaryAmount.md @@ -388,10 +388,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -407,18 +407,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -433,12 +429,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCurrency() : mixed @@ -549,6 +541,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-AbstractNotification.md b/docs/classes/YooKassa-Model-Notification-AbstractNotification.md index ca112716..af9cff92 100644 --- a/docs/classes/YooKassa-Model-Notification-AbstractNotification.md +++ b/docs/classes/YooKassa-Model-Notification-AbstractNotification.md @@ -420,10 +420,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -439,18 +439,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -465,12 +461,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -581,6 +573,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md b/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md index 95537674..28b05d46 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationCanceled.md @@ -445,10 +445,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -464,18 +464,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -490,12 +486,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -606,6 +598,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md b/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md index 710e5be1..744c800d 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationDealClosed.md @@ -445,10 +445,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -464,18 +464,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -490,12 +486,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -606,6 +598,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationFactory.md b/docs/classes/YooKassa-Model-Notification-NotificationFactory.md index 56f19480..888a404e 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationFactory.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationFactory.md @@ -140,6 +140,6 @@ public factory(array $data) : \YooKassa\Model\Notification\AbstractNotification --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationInterface.md b/docs/classes/YooKassa-Model-Notification-NotificationInterface.md index 1ae8af88..6514faad 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationInterface.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationInterface.md @@ -104,6 +104,6 @@ public getObject() : \YooKassa\Model\PaymentInterface|\YooKassa\Model\RefundInte --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md b/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md index 88bb6b71..a2ed1ad4 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutCanceled.md @@ -445,10 +445,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -464,18 +464,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -490,12 +486,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -606,6 +598,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md b/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md index 126f1634..0ea99aff 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationPayoutSucceeded.md @@ -445,10 +445,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -464,18 +464,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -490,12 +486,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -606,6 +598,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md b/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md index a4f6f26b..9a8cbbff 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationRefundSucceeded.md @@ -445,10 +445,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -464,18 +464,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -490,12 +486,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -606,6 +598,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md b/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md index c5795aac..97afb78c 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationSucceeded.md @@ -445,10 +445,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -464,18 +464,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -490,12 +486,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -606,6 +598,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md b/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md index f32e749b..f8f44773 100644 --- a/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md +++ b/docs/classes/YooKassa-Model-Notification-NotificationWaitingForCapture.md @@ -450,10 +450,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -469,18 +469,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -495,12 +491,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -611,6 +603,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-NotificationEventType.md b/docs/classes/YooKassa-Model-NotificationEventType.md index f2d2949f..79edf4b8 100644 --- a/docs/classes/YooKassa-Model-NotificationEventType.md +++ b/docs/classes/YooKassa-Model-NotificationEventType.md @@ -202,6 +202,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-NotificationType.md b/docs/classes/YooKassa-Model-NotificationType.md index f3abf2fe..42261de3 100644 --- a/docs/classes/YooKassa-Model-NotificationType.md +++ b/docs/classes/YooKassa-Model-NotificationType.md @@ -131,6 +131,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Passenger.md b/docs/classes/YooKassa-Model-Passenger.md index 8f610b9c..ba978dfe 100644 --- a/docs/classes/YooKassa-Model-Passenger.md +++ b/docs/classes/YooKassa-Model-Passenger.md @@ -343,10 +343,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -362,18 +362,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -388,12 +384,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setFirstName() : mixed @@ -498,6 +490,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PassengerInterface.md b/docs/classes/YooKassa-Model-PassengerInterface.md index 204e0faa..d5c5f07c 100644 --- a/docs/classes/YooKassa-Model-PassengerInterface.md +++ b/docs/classes/YooKassa-Model-PassengerInterface.md @@ -118,6 +118,6 @@ public setLastName(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payment.md b/docs/classes/YooKassa-Model-Payment.md index a368229a..2be77691 100644 --- a/docs/classes/YooKassa-Model-Payment.md +++ b/docs/classes/YooKassa-Model-Payment.md @@ -1136,10 +1136,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1155,18 +1155,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1181,12 +1177,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -1816,6 +1808,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md b/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md index 62e7c7de..4a90c993 100644 --- a/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md +++ b/docs/classes/YooKassa-Model-PaymentData-AbstractPaymentData.md @@ -275,10 +275,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -294,18 +294,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -320,12 +316,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -400,6 +392,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md index 07e8ffb6..aaf800eb 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatData.md @@ -343,10 +343,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -362,18 +362,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -388,12 +384,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -524,6 +516,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md index 095126a4..78cac05c 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataInterface.md @@ -102,6 +102,6 @@ public getAmount() : \YooKassa\Model\AmountInterface --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md index b0985560..aeecab1f 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataRate.md @@ -169,6 +169,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md index 12a1bdd0..036ddf0c 100644 --- a/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md +++ b/docs/classes/YooKassa-Model-PaymentData-B2b-Sberbank-VatDataType.md @@ -158,6 +158,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md index d591705b..7cac50ff 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataAlfabank.md @@ -301,10 +301,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -320,18 +320,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -346,12 +342,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setLogin() : mixed @@ -448,6 +440,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md index 49523a0b..206e7803 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataApplePay.md @@ -327,10 +327,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -346,18 +346,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -372,12 +368,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setPaymentData() : mixed @@ -474,6 +466,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md index 483f9f68..90dde46f 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataB2bSberbank.md @@ -333,10 +333,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -352,18 +352,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -378,12 +374,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setPaymentPurpose() : mixed @@ -502,6 +494,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md index b1229dcf..5859f50c 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCard.md @@ -301,10 +301,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -320,18 +320,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -346,12 +342,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCard() : mixed @@ -448,6 +440,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md index 1dc51a90..8b935240 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataBankCardCard.md @@ -430,10 +430,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -449,18 +449,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -475,12 +471,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCardholder() : mixed @@ -643,6 +635,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md index de68d6b9..95979d77 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataCash.md @@ -301,10 +301,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -320,18 +320,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -346,12 +342,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setPhone() : mixed @@ -448,6 +440,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md index 47e29c2a..3037e605 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataFactory.md @@ -89,6 +89,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md index 9f9fd0cb..4a5b2417 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataGooglePay.md @@ -333,10 +333,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -352,18 +352,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -378,12 +374,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setGoogleTransactionId() : mixed @@ -502,6 +494,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md index cb4ce1fa..cdbbbe85 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataInstallments.md @@ -268,10 +268,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -287,18 +287,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -313,12 +309,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -393,6 +385,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md index 367e07de..e41d6da1 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataMobileBalance.md @@ -297,10 +297,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -316,18 +316,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -342,12 +338,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setPhone() : mixed @@ -444,6 +436,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md index 10cf10a0..4ed08edd 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataQiwi.md @@ -288,10 +288,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -307,18 +307,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -333,12 +329,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setPhone() : mixed @@ -435,6 +427,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md index 94c14566..4a653d33 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSberbank.md @@ -297,10 +297,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -316,18 +316,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -342,12 +338,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setPhone() : mixed @@ -444,6 +436,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md index aea69078..5225f59d 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataSbp.md @@ -268,10 +268,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -287,18 +287,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -313,12 +309,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -393,6 +385,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md index f0b70f27..fffd46dc 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataTinkoffBank.md @@ -268,10 +268,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -287,18 +287,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -313,12 +309,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -393,6 +385,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md index 57265984..b945ee46 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWebmoney.md @@ -269,10 +269,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -288,18 +288,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -314,12 +310,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -394,6 +386,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md index 86177eb8..44e21204 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataWechat.md @@ -274,10 +274,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -293,18 +293,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -319,12 +315,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -399,6 +391,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md b/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md index 614af541..ab55fe76 100644 --- a/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md +++ b/docs/classes/YooKassa-Model-PaymentData-PaymentDataYooMoney.md @@ -268,10 +268,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -287,18 +287,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -313,12 +309,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -393,6 +385,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentInterface.md b/docs/classes/YooKassa-Model-PaymentInterface.md index 798c499a..51a353cc 100644 --- a/docs/classes/YooKassa-Model-PaymentInterface.md +++ b/docs/classes/YooKassa-Model-PaymentInterface.md @@ -428,6 +428,6 @@ public getDeal() : \YooKassa\Model\Deal\PaymentDealInfo --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md b/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md index edcb74b2..5c66f319 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-AbstractPaymentMethod.md @@ -358,10 +358,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -377,18 +377,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -403,12 +399,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -549,6 +541,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md index 6de25c3f..c5886110 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetails.md @@ -533,10 +533,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -552,18 +552,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -578,12 +574,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAccount() : mixed @@ -834,6 +826,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md index 9883c5fe..e7fecc8c 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-B2b-Sberbank-PayerBankDetailsInterface.md @@ -216,6 +216,6 @@ public getAccount() : string --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md b/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md index bab18eab..c7868f69 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-BankCard.md @@ -580,10 +580,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -599,18 +599,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -625,12 +621,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCardType() : mixed @@ -863,6 +855,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md b/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md index eebf5739..92e7af8b 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-BankCardSource.md @@ -152,6 +152,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md index a18eea34..15604442 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodAlfaBank.md @@ -398,10 +398,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -417,18 +417,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -443,12 +439,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -611,6 +603,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md index 98d47831..7abf3c29 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodApplePay.md @@ -366,10 +366,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -385,18 +385,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -411,12 +407,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -557,6 +549,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md index 6446b0bc..2628ac37 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodB2bSberbank.md @@ -475,10 +475,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -494,18 +494,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -520,12 +516,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -732,6 +724,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md index ee94369a..86cfb843 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodBankCard.md @@ -576,10 +576,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -595,18 +595,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -621,12 +617,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCard() : mixed @@ -789,6 +781,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md index e6dbb98a..49b99c13 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCardType.md @@ -195,6 +195,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md index bfa62753..bb60e576 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodCash.md @@ -366,10 +366,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -385,18 +385,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -411,12 +407,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -557,6 +549,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md index f59053d7..b2c166a9 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodFactory.md @@ -103,6 +103,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md index d14c1e18..78e6ed06 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodGooglePay.md @@ -366,10 +366,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -385,18 +385,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -411,12 +407,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -557,6 +549,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md index 669a4eb0..d60ac27e 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodInstallments.md @@ -366,10 +366,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -385,18 +385,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -411,12 +407,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -557,6 +549,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md index 451dfe34..43a9e268 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodMobileBalance.md @@ -398,10 +398,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -417,18 +417,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -443,12 +439,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -611,6 +603,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md index f99a27fb..7ffd5db3 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodPsb.md @@ -353,10 +353,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -372,18 +372,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -398,12 +394,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -544,6 +536,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md index 9e521073..df058087 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodQiwi.md @@ -366,10 +366,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -385,18 +385,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -411,12 +407,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -557,6 +549,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md index 392612cb..5a0292c4 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSberbank.md @@ -626,10 +626,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -645,18 +645,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -671,12 +667,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCard() : mixed @@ -861,6 +853,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md index 2807d37e..c4c686c2 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodSbp.md @@ -353,10 +353,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -372,18 +372,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -398,12 +394,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -544,6 +536,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md index 5eb7e53d..eb5e8419 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodTinkoffBank.md @@ -353,10 +353,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -372,18 +372,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -398,12 +394,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -544,6 +536,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md index b93d7f24..b8a8ee49 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWebmoney.md @@ -366,10 +366,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -385,18 +385,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -411,12 +407,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -557,6 +549,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md index 9dba6359..0b6aabe5 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodWechat.md @@ -359,10 +359,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -378,18 +378,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -404,12 +400,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setId() : mixed @@ -550,6 +542,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md index fb2dbd3e..8348c739 100644 --- a/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md +++ b/docs/classes/YooKassa-Model-PaymentMethod-PaymentMethodYooMoney.md @@ -411,10 +411,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -430,18 +430,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -456,12 +452,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAccountNumber() : mixed @@ -624,6 +616,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentMethodType.md b/docs/classes/YooKassa-Model-PaymentMethodType.md index b12022fe..07a4e484 100644 --- a/docs/classes/YooKassa-Model-PaymentMethodType.md +++ b/docs/classes/YooKassa-Model-PaymentMethodType.md @@ -303,6 +303,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PaymentStatus.md b/docs/classes/YooKassa-Model-PaymentStatus.md index 82cf1c2e..385d3f31 100644 --- a/docs/classes/YooKassa-Model-PaymentStatus.md +++ b/docs/classes/YooKassa-Model-PaymentStatus.md @@ -169,6 +169,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md b/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md index afb95b43..34ba3780 100644 --- a/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md +++ b/docs/classes/YooKassa-Model-Payout-AbstractPayoutDestination.md @@ -275,10 +275,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -294,18 +294,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -320,12 +316,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -400,6 +392,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md index 3ff9b693..e0558876 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetails.md @@ -309,10 +309,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -328,18 +328,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -354,12 +350,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setParty() : mixed @@ -456,6 +448,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md index 813b08d6..f0f56a57 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsPartyCode.md @@ -153,6 +153,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md index c67dfef2..0bae5d59 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutCancellationDetailsReasonCode.md @@ -173,6 +173,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md index 3c3c73c5..e9127e6c 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCard.md @@ -301,10 +301,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -320,18 +320,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -346,12 +342,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCard() : mixed @@ -448,6 +440,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md index 15e66b56..4140924d 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationBankCardCard.md @@ -459,10 +459,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -478,18 +478,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -504,12 +500,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCardType() : mixed @@ -676,6 +668,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md index b16d6ebb..27650548 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationFactory.md @@ -89,6 +89,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Model --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md index 425fc0bf..932d785f 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationType.md @@ -123,6 +123,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md b/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md index d2b9d2b4..c9f3eaa8 100644 --- a/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md +++ b/docs/classes/YooKassa-Model-Payout-PayoutDestinationYooMoney.md @@ -326,10 +326,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -345,18 +345,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -371,12 +367,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAccountNumber() : mixed @@ -473,6 +465,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Payout.md b/docs/classes/YooKassa-Model-Payout.md index fda1d6db..e10d60e0 100644 --- a/docs/classes/YooKassa-Model-Payout.md +++ b/docs/classes/YooKassa-Model-Payout.md @@ -622,10 +622,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -641,18 +641,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -667,12 +663,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -970,6 +962,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PayoutInterface.md b/docs/classes/YooKassa-Model-PayoutInterface.md index d9698830..ef54b92e 100644 --- a/docs/classes/YooKassa-Model-PayoutInterface.md +++ b/docs/classes/YooKassa-Model-PayoutInterface.md @@ -238,6 +238,6 @@ public getTest() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-PayoutStatus.md b/docs/classes/YooKassa-Model-PayoutStatus.md index 096ccb38..92869cd1 100644 --- a/docs/classes/YooKassa-Model-PayoutStatus.md +++ b/docs/classes/YooKassa-Model-PayoutStatus.md @@ -158,6 +158,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md b/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md index e073f584..3abc774f 100644 --- a/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md +++ b/docs/classes/YooKassa-Model-Receipt-AdditionalUserProps.md @@ -330,10 +330,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -349,18 +349,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -375,12 +371,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setName() : mixed @@ -477,6 +469,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-AgentType.md b/docs/classes/YooKassa-Model-Receipt-AgentType.md index 1adcd299..31e08dee 100644 --- a/docs/classes/YooKassa-Model-Receipt-AgentType.md +++ b/docs/classes/YooKassa-Model-Receipt-AgentType.md @@ -179,6 +179,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md b/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md index b5f48141..3b685c8a 100644 --- a/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md +++ b/docs/classes/YooKassa-Model-Receipt-IndustryDetails.md @@ -445,10 +445,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -464,18 +464,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -490,12 +486,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setDocumentDate() : mixed @@ -641,6 +633,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md b/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md index b71376a4..ff903b12 100644 --- a/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md +++ b/docs/classes/YooKassa-Model-Receipt-MarkCodeInfo.md @@ -668,10 +668,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -687,18 +687,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -713,12 +709,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setEan13() : \YooKassa\Model\Receipt\MarkCodeInfo @@ -973,6 +965,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md b/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md index 30e20630..8539a88e 100644 --- a/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md +++ b/docs/classes/YooKassa-Model-Receipt-MarkQuantity.md @@ -322,10 +322,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -341,18 +341,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -367,12 +363,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setDenominator() : mixed @@ -469,6 +461,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md b/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md index 5a38b68f..cf5d7b25 100644 --- a/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md +++ b/docs/classes/YooKassa-Model-Receipt-OperationalDetails.md @@ -392,10 +392,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -411,18 +411,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -437,12 +433,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCreatedAt() : mixed @@ -566,6 +558,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-PaymentMode.md b/docs/classes/YooKassa-Model-Receipt-PaymentMode.md index e0c6eaab..08d13914 100644 --- a/docs/classes/YooKassa-Model-Receipt-PaymentMode.md +++ b/docs/classes/YooKassa-Model-Receipt-PaymentMode.md @@ -179,6 +179,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md b/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md index 88227496..799520d0 100644 --- a/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md +++ b/docs/classes/YooKassa-Model-Receipt-PaymentSubject.md @@ -387,6 +387,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md index 5ced5ebc..098d86f6 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemAmount.md @@ -388,10 +388,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -407,18 +407,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -433,12 +429,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCurrency() : mixed @@ -546,6 +538,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md b/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md index d10641c9..a7c38d71 100644 --- a/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md +++ b/docs/classes/YooKassa-Model-Receipt-ReceiptItemMeasure.md @@ -318,6 +318,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt-SettlementType.md b/docs/classes/YooKassa-Model-Receipt-SettlementType.md index c864f400..52fa4f41 100644 --- a/docs/classes/YooKassa-Model-Receipt-SettlementType.md +++ b/docs/classes/YooKassa-Model-Receipt-SettlementType.md @@ -155,6 +155,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Receipt.md b/docs/classes/YooKassa-Model-Receipt.md index 2cfef98d..c3042ced 100644 --- a/docs/classes/YooKassa-Model-Receipt.md +++ b/docs/classes/YooKassa-Model-Receipt.md @@ -710,10 +710,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -729,18 +729,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -755,12 +751,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAdditionalUserProps() : mixed @@ -1053,6 +1045,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptCustomer.md b/docs/classes/YooKassa-Model-ReceiptCustomer.md index 89c7ee98..6bcf677f 100644 --- a/docs/classes/YooKassa-Model-ReceiptCustomer.md +++ b/docs/classes/YooKassa-Model-ReceiptCustomer.md @@ -404,10 +404,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -423,18 +423,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -449,12 +445,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setEmail() : mixed @@ -616,6 +608,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md b/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md index d6c60927..eb77a252 100644 --- a/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md +++ b/docs/classes/YooKassa-Model-ReceiptCustomerInterface.md @@ -140,6 +140,6 @@ public jsonSerialize() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptInterface.md b/docs/classes/YooKassa-Model-ReceiptInterface.md index cdfac85d..ec30a8a4 100644 --- a/docs/classes/YooKassa-Model-ReceiptInterface.md +++ b/docs/classes/YooKassa-Model-ReceiptInterface.md @@ -181,6 +181,6 @@ public normalize(\YooKassa\Model\AmountInterface $orderAmount, bool $withShippin --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptItem.md b/docs/classes/YooKassa-Model-ReceiptItem.md index ebb4c7f8..3117cb59 100644 --- a/docs/classes/YooKassa-Model-ReceiptItem.md +++ b/docs/classes/YooKassa-Model-ReceiptItem.md @@ -1140,10 +1140,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1159,18 +1159,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1185,12 +1181,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAdditionalPaymentSubjectProps() : mixed @@ -1715,6 +1707,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptItemInterface.md b/docs/classes/YooKassa-Model-ReceiptItemInterface.md index ff5ae48d..f76a4a2b 100644 --- a/docs/classes/YooKassa-Model-ReceiptItemInterface.md +++ b/docs/classes/YooKassa-Model-ReceiptItemInterface.md @@ -436,6 +436,6 @@ public isShipping() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md b/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md index d2015ab3..9315c0af 100644 --- a/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md +++ b/docs/classes/YooKassa-Model-ReceiptRegistrationStatus.md @@ -155,6 +155,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ReceiptType.md b/docs/classes/YooKassa-Model-ReceiptType.md index 8e987dc1..06a6663e 100644 --- a/docs/classes/YooKassa-Model-ReceiptType.md +++ b/docs/classes/YooKassa-Model-ReceiptType.md @@ -154,6 +154,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Recipient.md b/docs/classes/YooKassa-Model-Recipient.md index 34348dde..5cffb028 100644 --- a/docs/classes/YooKassa-Model-Recipient.md +++ b/docs/classes/YooKassa-Model-Recipient.md @@ -343,10 +343,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -362,18 +362,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -388,12 +384,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAccountId() : mixed @@ -502,6 +494,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-RecipientInterface.md b/docs/classes/YooKassa-Model-RecipientInterface.md index db85ccff..7dc115b0 100644 --- a/docs/classes/YooKassa-Model-RecipientInterface.md +++ b/docs/classes/YooKassa-Model-RecipientInterface.md @@ -94,6 +94,6 @@ public getGatewayId() : string --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Refund.md b/docs/classes/YooKassa-Model-Refund.md index 62366730..65c646b6 100644 --- a/docs/classes/YooKassa-Model-Refund.md +++ b/docs/classes/YooKassa-Model-Refund.md @@ -580,10 +580,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -599,18 +599,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -625,12 +621,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -952,6 +944,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-RefundInterface.md b/docs/classes/YooKassa-Model-RefundInterface.md index 563b4260..1c111fa3 100644 --- a/docs/classes/YooKassa-Model-RefundInterface.md +++ b/docs/classes/YooKassa-Model-RefundInterface.md @@ -218,6 +218,6 @@ public getDeal() : \YooKassa\Model\Deal\RefundDealInfo --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-RefundStatus.md b/docs/classes/YooKassa-Model-RefundStatus.md index bf05d9e6..6702df99 100644 --- a/docs/classes/YooKassa-Model-RefundStatus.md +++ b/docs/classes/YooKassa-Model-RefundStatus.md @@ -152,6 +152,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Requestor.md b/docs/classes/YooKassa-Model-Requestor.md index b58da8b7..ad9eb5e3 100644 --- a/docs/classes/YooKassa-Model-Requestor.md +++ b/docs/classes/YooKassa-Model-Requestor.md @@ -438,10 +438,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -457,18 +457,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -483,12 +479,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAccountId() : mixed @@ -645,6 +637,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-RequestorInterface.md b/docs/classes/YooKassa-Model-RequestorInterface.md index 5265d778..a1b7ac8e 100644 --- a/docs/classes/YooKassa-Model-RequestorInterface.md +++ b/docs/classes/YooKassa-Model-RequestorInterface.md @@ -217,6 +217,6 @@ public setClientName(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SafeDeal.md b/docs/classes/YooKassa-Model-SafeDeal.md index 511eb1d6..c9fd5a53 100644 --- a/docs/classes/YooKassa-Model-SafeDeal.md +++ b/docs/classes/YooKassa-Model-SafeDeal.md @@ -501,10 +501,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -520,18 +520,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -546,12 +542,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setBalance() : \YooKassa\Model\SafeDeal @@ -866,6 +858,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Settlement.md b/docs/classes/YooKassa-Model-Settlement.md index 3ba39a61..6272de65 100644 --- a/docs/classes/YooKassa-Model-Settlement.md +++ b/docs/classes/YooKassa-Model-Settlement.md @@ -309,10 +309,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -328,18 +328,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -354,12 +350,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -456,6 +448,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SettlementInterface.md b/docs/classes/YooKassa-Model-SettlementInterface.md index f77953c8..de154053 100644 --- a/docs/classes/YooKassa-Model-SettlementInterface.md +++ b/docs/classes/YooKassa-Model-SettlementInterface.md @@ -83,6 +83,6 @@ public getAmount() : \YooKassa\Model\AmountInterface --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Source.md b/docs/classes/YooKassa-Model-Source.md index d2c7d96b..9ddf0f65 100644 --- a/docs/classes/YooKassa-Model-Source.md +++ b/docs/classes/YooKassa-Model-Source.md @@ -397,10 +397,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -416,18 +416,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -442,12 +438,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAccountId() : void @@ -578,6 +570,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SourceInterface.md b/docs/classes/YooKassa-Model-SourceInterface.md index dff9dc88..9a9aca7b 100644 --- a/docs/classes/YooKassa-Model-SourceInterface.md +++ b/docs/classes/YooKassa-Model-SourceInterface.md @@ -207,6 +207,6 @@ public setPlatformFeeAmount(\YooKassa\Model\AmountInterface|array $value) : mixe --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Supplier.md b/docs/classes/YooKassa-Model-Supplier.md index bc3a41c4..6d586d45 100644 --- a/docs/classes/YooKassa-Model-Supplier.md +++ b/docs/classes/YooKassa-Model-Supplier.md @@ -344,10 +344,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -363,18 +363,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -389,12 +385,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setInn() : mixed @@ -513,6 +505,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-SupplierInterface.md b/docs/classes/YooKassa-Model-SupplierInterface.md index 2cce2472..f7df9720 100644 --- a/docs/classes/YooKassa-Model-SupplierInterface.md +++ b/docs/classes/YooKassa-Model-SupplierInterface.md @@ -177,6 +177,6 @@ public setInn($value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-ThreeDSecure.md b/docs/classes/YooKassa-Model-ThreeDSecure.md index f4cb8b15..75acb896 100644 --- a/docs/classes/YooKassa-Model-ThreeDSecure.md +++ b/docs/classes/YooKassa-Model-ThreeDSecure.md @@ -275,10 +275,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -294,18 +294,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -320,12 +316,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setApplied() : mixed @@ -405,6 +397,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Transfer.md b/docs/classes/YooKassa-Model-Transfer.md index 78c47378..473bdebd 100644 --- a/docs/classes/YooKassa-Model-Transfer.md +++ b/docs/classes/YooKassa-Model-Transfer.md @@ -567,10 +567,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -586,18 +586,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -612,12 +608,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAccountId() : void @@ -822,6 +814,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-TransferInterface.md b/docs/classes/YooKassa-Model-TransferInterface.md index 088f10e3..38a17a5f 100644 --- a/docs/classes/YooKassa-Model-TransferInterface.md +++ b/docs/classes/YooKassa-Model-TransferInterface.md @@ -374,6 +374,6 @@ public hasMetadata() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-TransferStatus.md b/docs/classes/YooKassa-Model-TransferStatus.md index be78bfcf..f9581e53 100644 --- a/docs/classes/YooKassa-Model-TransferStatus.md +++ b/docs/classes/YooKassa-Model-TransferStatus.md @@ -161,6 +161,6 @@ Static public valueExists(mixed $value) : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Model-Webhook-Webhook.md b/docs/classes/YooKassa-Model-Webhook-Webhook.md index a328d173..9bbd3691 100644 --- a/docs/classes/YooKassa-Model-Webhook-Webhook.md +++ b/docs/classes/YooKassa-Model-Webhook-Webhook.md @@ -339,10 +339,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -358,18 +358,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -384,12 +380,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setEvent() : mixed @@ -508,6 +500,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md b/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md index 626eea02..23533c1d 100644 --- a/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-AbstractDealResponse.md @@ -504,10 +504,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -523,18 +523,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -549,12 +545,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setBalance() : \YooKassa\Model\SafeDeal @@ -869,6 +861,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md index 2a825e85..27140865 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequest.md @@ -521,10 +521,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -540,18 +540,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -566,12 +562,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setDescription() : mixed @@ -774,6 +766,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md index 8f3657ae..8fc7e77d 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestBuilder.md @@ -353,6 +353,6 @@ protected initCurrentObject() : \YooKassa\Request\Deals\CreateDealRequest --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md index 02e5a416..0b998bc8 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestInterface.md @@ -286,6 +286,6 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md b/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md index d11be96c..4db429a8 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Deals\CreateDealRequestInterface|\YooKassa\Co --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md b/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md index 6df4987d..0b10fac5 100644 --- a/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-CreateDealResponse.md @@ -503,10 +503,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -522,18 +522,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -548,12 +544,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setBalance() : \YooKassa\Model\SafeDeal @@ -868,6 +860,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealResponse.md b/docs/classes/YooKassa-Request-Deals-DealResponse.md index 1f874edc..58027575 100644 --- a/docs/classes/YooKassa-Request-Deals-DealResponse.md +++ b/docs/classes/YooKassa-Request-Deals-DealResponse.md @@ -503,10 +503,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -522,18 +522,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -548,12 +544,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setBalance() : \YooKassa\Model\SafeDeal @@ -868,6 +860,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequest.md b/docs/classes/YooKassa-Request-Deals-DealsRequest.md index 5dfeec4b..23248e5b 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequest.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequest.md @@ -926,10 +926,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -945,18 +945,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -971,12 +967,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCreatedAtGt() : void @@ -1402,6 +1394,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md b/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md index 8fa4ae51..cb983153 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestBuilder.md @@ -498,6 +498,6 @@ protected initCurrentObject() : \YooKassa\Request\Deals\DealsRequest --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md b/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md index 500c5f68..5907ceb2 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestInterface.md @@ -765,6 +765,6 @@ public setFullTextSearch(string $value) : void --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md b/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md index 5ca6f66c..048a49bc 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Deals-DealsRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Deals\DealsRequest|\YooKassa\Request\Deals\De --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Deals-DealsResponse.md b/docs/classes/YooKassa-Request-Deals-DealsResponse.md index 23752771..3a866c3a 100644 --- a/docs/classes/YooKassa-Request-Deals-DealsResponse.md +++ b/docs/classes/YooKassa-Request-Deals-DealsResponse.md @@ -294,10 +294,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -313,18 +313,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -339,12 +335,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -397,6 +389,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md b/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md index a07e8382..a17116b7 100644 --- a/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-AbstractPaymentResponse.md @@ -1178,10 +1178,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1197,18 +1197,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1223,12 +1219,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -1858,6 +1850,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md index c7625fe2..cd402f64 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequest.md @@ -1301,10 +1301,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1320,18 +1320,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1346,12 +1342,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public removeReceipt() : mixed @@ -1874,6 +1866,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md index 1a701982..fd1bf8b2 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestBuilder.md @@ -1089,6 +1089,6 @@ protected initCurrentObject() : \YooKassa\Request\Payments\CreatePaymentRequest --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md index 3e11c1eb..cb21ee10 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestInterface.md @@ -955,6 +955,6 @@ public setMerchantCustomerId(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md index 2700bd3a..6de0ac50 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Payments\CreatePaymentRequestInterface $reque --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md b/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md index 6140f49f..43b71a8a 100644 --- a/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-CreatePaymentResponse.md @@ -1172,10 +1172,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1191,18 +1191,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1217,12 +1213,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -1852,6 +1844,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md b/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md index 2de5c63c..a9402e5e 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CancelResponse.md @@ -1172,10 +1172,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1191,18 +1191,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1217,12 +1213,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -1852,6 +1844,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md index b736397b..afb77770 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequest.md @@ -538,10 +538,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -557,18 +557,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -583,12 +579,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public removeReceipt() : mixed @@ -795,6 +787,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md index 427d90b8..cb0c6006 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestBuilder.md @@ -506,6 +506,6 @@ protected initCurrentObject() : \YooKassa\Request\Payments\Payment\CreateCapture --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md index dd276776..62ddfea4 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestInterface.md @@ -296,6 +296,6 @@ public setDeal(\YooKassa\Model\Deal\PaymentDealInfo|array|null $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md index bda6a8d7..3ad2f3cd 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Payments\Payment\CreateCaptureRequestInterfac --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md index dcc90ad6..ca4d2a27 100644 --- a/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md +++ b/docs/classes/YooKassa-Request-Payments-Payment-CreateCaptureResponse.md @@ -1172,10 +1172,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1191,18 +1191,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1217,12 +1213,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -1852,6 +1844,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentResponse.md b/docs/classes/YooKassa-Request-Payments-PaymentResponse.md index 409681fe..191042ec 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentResponse.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentResponse.md @@ -1172,10 +1172,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1191,18 +1191,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1217,12 +1213,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -1852,6 +1844,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md index 667a744e..9214a891 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequest.md @@ -916,10 +916,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -935,18 +935,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -961,12 +957,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCapturedAtGt() : void @@ -1392,6 +1384,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md index 9d0f1c71..112af507 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestBuilder.md @@ -498,6 +498,6 @@ protected initCurrentObject() : \YooKassa\Request\Payments\PaymentsRequest --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md index 30745c51..eb487cb2 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestInterface.md @@ -765,6 +765,6 @@ public setPaymentMethod(string $value) : void --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md b/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md index f08045d8..e3d81d38 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Payments\PaymentsRequestInterface $request) : --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md b/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md index 7285efbc..4ef13db2 100644 --- a/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md +++ b/docs/classes/YooKassa-Request-Payments-PaymentsResponse.md @@ -294,10 +294,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -313,18 +313,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -339,12 +335,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -397,6 +389,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md b/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md index 2e0f2415..56ea45c7 100644 --- a/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-AbstractPayoutResponse.md @@ -638,10 +638,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -657,18 +657,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -683,12 +679,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -986,6 +978,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md index defeaf4b..f9bbf921 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequest.md @@ -634,10 +634,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -653,18 +653,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -679,12 +675,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -934,6 +926,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md index 3086251b..c4ee5a7a 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestBuilder.md @@ -407,6 +407,6 @@ protected initCurrentObject() : \YooKassa\Request\Payouts\CreatePayoutRequest --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md index b2be4a26..dbb11b14 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestInterface.md @@ -407,6 +407,6 @@ public setMetadata(\YooKassa\Model\Metadata|array|null $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md index 082939c8..3c0d4eb2 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Payouts\CreatePayoutRequestInterface $request --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md b/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md index 0f0317c6..a9277393 100644 --- a/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-CreatePayoutResponse.md @@ -637,10 +637,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -656,18 +656,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -682,12 +678,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -985,6 +977,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md index ea49a78c..90114e1e 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-AbstractPayoutDestinationData.md @@ -290,10 +290,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -309,18 +309,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -335,12 +331,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public toArray() : array @@ -415,6 +407,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md index 98e18ac6..5bf70284 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCard.md @@ -316,10 +316,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -335,18 +335,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -361,12 +357,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCard() : mixed @@ -463,6 +455,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md index 2db92799..b734caa3 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataBankCardCard.md @@ -278,10 +278,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -297,18 +297,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -323,12 +319,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setNumber() : mixed @@ -403,6 +395,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md index f88edfd7..ab075b36 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataFactory.md @@ -92,6 +92,6 @@ public factoryFromArray(array $data, string|null $type = null) : \YooKassa\Reque --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md index 3ebb26f3..ba341d1f 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutDestinationData-PayoutDestinationDataYooMoney.md @@ -344,10 +344,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -363,18 +363,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -389,12 +385,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAccountNumber() : mixed @@ -491,6 +483,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md b/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md index e9a37443..3c524fe3 100644 --- a/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md +++ b/docs/classes/YooKassa-Request-Payouts-PayoutResponse.md @@ -637,10 +637,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -656,18 +656,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -682,12 +678,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -985,6 +977,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md index 4d934b07..b66f80d0 100644 --- a/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-AbstractReceiptResponse.md @@ -963,10 +963,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -982,18 +982,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1008,12 +1004,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setFiscalAttribute() : mixed @@ -1469,6 +1461,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md index c4bc32cc..fdc2abee 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequest.md @@ -673,10 +673,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -692,18 +692,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -718,12 +714,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAdditionalUserProps() : \YooKassa\Request\Receipts\CreatePostReceiptRequestInterface @@ -1112,6 +1104,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md index e0757f01..5fd61203 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestBuilder.md @@ -598,6 +598,6 @@ protected initCurrentObject() : \YooKassa\Request\Receipts\CreatePostReceiptRequ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md index 7c10a18e..6da36799 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestInterface.md @@ -577,6 +577,6 @@ public notEmpty() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md index ece4ce88..975051e9 100644 --- a/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Receipts-CreatePostReceiptRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Receipts\CreatePostReceiptRequestInterface $r --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md index ba9b80e3..4945a3a9 100644 --- a/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-PaymentReceiptResponse.md @@ -1039,10 +1039,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1058,18 +1058,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1084,12 +1080,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setFiscalAttribute() : mixed @@ -1573,6 +1565,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md index f0d2cbcb..187fd6ae 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseFactory.md @@ -65,6 +65,6 @@ public factory(array $data) : \YooKassa\Request\Receipts\AbstractReceiptResponse --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md index 781f30be..635b6979 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseInterface.md @@ -214,6 +214,6 @@ public notEmpty() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md index 2f90d939..529c493a 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItem.md @@ -995,10 +995,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1014,18 +1014,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1040,12 +1036,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAgentType() : mixed @@ -1521,6 +1513,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md index 70cc5917..1778cb51 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptResponseItemInterface.md @@ -378,6 +378,6 @@ public getSupplier() : \YooKassa\Model\SupplierInterface --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md index 2cac469a..9821832b 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequest.md @@ -766,10 +766,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -785,18 +785,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -811,12 +807,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCreatedAtGt() : mixed @@ -1152,6 +1144,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md index 66ea622c..c10e4931 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestBuilder.md @@ -411,6 +411,6 @@ protected initCurrentObject() : \YooKassa\Request\Receipts\ReceiptsRequest --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md index 475111ce..5493fc53 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestInterface.md @@ -378,6 +378,6 @@ public hasLimit() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md index 933b80ee..71e72748 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Receipts\ReceiptsRequestInterface $request) : --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md b/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md index d70cd95f..5290ea93 100644 --- a/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-ReceiptsResponse.md @@ -142,6 +142,6 @@ public hasNextCursor() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md index 08ae94fc..9019b6a4 100644 --- a/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-RefundReceiptResponse.md @@ -1039,10 +1039,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1058,18 +1058,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1084,12 +1080,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setFiscalAttribute() : mixed @@ -1573,6 +1565,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md b/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md index 79f01c5d..ad5ac376 100644 --- a/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md +++ b/docs/classes/YooKassa-Request-Receipts-SimpleReceiptResponse.md @@ -984,10 +984,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -1003,18 +1003,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -1029,12 +1025,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setFiscalAttribute() : mixed @@ -1490,6 +1482,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md b/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md index f1e7f908..650ebacd 100644 --- a/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-AbstractRefundResponse.md @@ -595,10 +595,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -614,18 +614,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -640,12 +636,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -967,6 +959,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md index 3051e50b..99d3c60b 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequest.md @@ -675,10 +675,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -694,18 +694,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -720,12 +716,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public removeReceipt() : mixed @@ -988,6 +980,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md index a204e778..0a04880f 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestBuilder.md @@ -624,6 +624,6 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\CreateRefundRequest --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md index 4c68dffa..b8284603 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestInterface.md @@ -339,6 +339,6 @@ public hasDeal() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md index 99b5f93f..26ff5896 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Refunds\CreateRefundRequestInterface $request --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md b/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md index d4c1de12..7a5c4e9c 100644 --- a/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-CreateRefundResponse.md @@ -591,10 +591,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -610,18 +610,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -636,12 +632,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -963,6 +955,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundResponse.md b/docs/classes/YooKassa-Request-Refunds-RefundResponse.md index cca4b691..6f076f82 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundResponse.md @@ -591,10 +591,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -610,18 +610,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -636,12 +632,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setAmount() : mixed @@ -963,6 +955,6 @@ protected getUnknownProperties() : array --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md index 00aefa2d..6aed58fd 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequest.md @@ -716,10 +716,10 @@ public offsetGet(string $offset) : mixed -#### public offsetSet() : mixed +#### public offsetSet() : void ```php -public offsetSet(string $offset, mixed $value) : mixed +public offsetSet(string $offset, mixed $value) : void ``` **Summary** @@ -735,18 +735,14 @@ public offsetSet(string $offset, mixed $value) : mixed | string | offset | Имя свойства | | mixed | value | Значение свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | -#### public offsetUnset() : mixed +#### public offsetUnset() : void ```php -public offsetUnset(string $offset) : mixed +public offsetUnset(string $offset) : void ``` **Summary** @@ -761,12 +757,8 @@ public offsetUnset(string $offset) : mixed | ---- | ---- | ----------- | | string | offset | Имя удаляемого свойства | -**Returns:** mixed - +**Returns:** void - -##### Tags -| Tag | Version | Description | -| --- | ------- | ----------- | -| retrun | | void | #### public setCreatedAtGt() : mixed @@ -1080,6 +1072,6 @@ protected setValidationError(string $value) : mixed --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md index d39eee95..b2e76eca 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestBuilder.md @@ -382,6 +382,6 @@ protected initCurrentObject() : \YooKassa\Request\Refunds\RefundsRequest --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md index a44c12c4..75baa463 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestInterface.md @@ -305,6 +305,6 @@ public hasCursor() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md b/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md index be1fccbc..86f69cea 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsRequestSerializer.md @@ -65,6 +65,6 @@ public serialize(\YooKassa\Request\Refunds\RefundsRequestInterface $request) : a --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md b/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md index 438497ea..8d152b4e 100644 --- a/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md +++ b/docs/classes/YooKassa-Request-Refunds-RefundsResponse.md @@ -124,6 +124,6 @@ public hasNextCursor() : bool --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md b/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md index e9ce4e20..1876fadf 100644 --- a/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md +++ b/docs/classes/YooKassa-Request-Webhook-WebhookListResponse.md @@ -101,6 +101,6 @@ public getType() : string --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/examples/01-configuration.md b/docs/examples/01-configuration.md index 98f2f64a..1a4a481e 100644 --- a/docs/examples/01-configuration.md +++ b/docs/examples/01-configuration.md @@ -12,8 +12,7 @@ * [Входящие уведомления](#Входящие-уведомления) --- - -### Аутентификация +### Аутентификация Для работы с API необходимо прописать в конфигурации данные аутентификации. Существует два способа аутентификации: - shopId + секретный ключ @@ -31,7 +30,7 @@ $client->setAuthToken('token_XXXXXXX'); --- -### Статистические данные об используемом окружении +### Статистические данные об используемом окружении Для поддержки качества, а также быстрого реагирования на ошибки, SDK передает статистику в запросах к API ЮKassa. @@ -52,7 +51,7 @@ $userAgent->setModule('YooKassa', '1.0.0'); --- -### Получение информации о магазине +### Получение информации о магазине После установки конфигурации можно проверить корректность данных, а также получить информацию о магазине. @@ -87,7 +86,7 @@ array(5) { --- -### Работа с Webhook +### Работа с Webhook Если вы подключаетесь к API через Oauth-токен, то можете настроить получение уведомлений о смене статуса платежа или возврата. @@ -149,7 +148,7 @@ array(2) { ``` [Подробнее в документации к API](https://yookassa.ru/developers/api?lang=php#webhook) -### Входящие уведомления +### Входящие уведомления Если вы хотите отслеживать состояние платежей и возвратов, вы можете подписаться на уведомления ([webhook](#Работа-с-Webhook), callback). diff --git a/docs/examples/02-payments.md b/docs/examples/02-payments.md index e7ecac61..dd602b96 100644 --- a/docs/examples/02-payments.md +++ b/docs/examples/02-payments.md @@ -14,7 +14,7 @@ SDK позволяет создавать, подтверждать, отмен --- -### Запрос на создание платежа +### Запрос на создание платежа [Создание платежа в документации](https://yookassa.ru/developers/api?lang=php#create_payment) @@ -94,7 +94,7 @@ if (!empty($response)) { ``` --- -### Запрос на создание платежа через билдер +### Запрос на создание платежа через билдер [Создание платежа в документации](https://yookassa.ru/developers/api?lang=php#create_payment) @@ -186,7 +186,7 @@ var_dump($response); ``` --- -### Запрос на частичное подтверждение платежа +### Запрос на частичное подтверждение платежа [Подтверждение платежа в документации](https://yookassa.ru/developers/api?lang=php#capture_payment) @@ -240,7 +240,7 @@ var_dump($response); --- -### Запрос на отмену незавершенного платежа +### Запрос на отмену незавершенного платежа [Отмена платежа в документации](https://yookassa.ru/developers/api?lang=php#cancel_payment) @@ -268,7 +268,7 @@ var_dump($response); --- -### Получить информацию о платеже +### Получить информацию о платеже [Информация о платеже в документации](https://yookassa.ru/developers/api?lang=php#get_payment) @@ -293,7 +293,7 @@ var_dump($response); ``` --- -### Получить список платежей с фильтрацией +### Получить список платежей с фильтрацией [Список платежей в документации](https://yookassa.ru/developers/api?lang=php#get_payments_list) diff --git a/docs/examples/03-refunds.md b/docs/examples/03-refunds.md index a141852c..84c8c63d 100644 --- a/docs/examples/03-refunds.md +++ b/docs/examples/03-refunds.md @@ -13,7 +13,7 @@ --- -### Запрос на создание возврата +### Запрос на создание возврата [Создание возврата в документации](https://yookassa.ru/developers/api?lang=php#create_refund) @@ -58,7 +58,7 @@ var_dump($response); --- -### Запрос на создание возврата через билдер +### Запрос на создание возврата через билдер [Информация о создании возврата в документации](https://yookassa.ru/developers/api?lang=php#create_refund) @@ -108,7 +108,7 @@ try { --- -### Получить информацию о возврате +### Получить информацию о возврате [Информация о возврате в документации](https://yookassa.ru/developers/api?lang=php#get_refund) @@ -134,7 +134,7 @@ var_dump($response); --- -### Получить список возвратов с фильтрацией +### Получить список возвратов с фильтрацией [Список возвратов в документации](https://yookassa.ru/developers/api?lang=php#get_refunds_list) diff --git a/docs/examples/04-receipts.md b/docs/examples/04-receipts.md index 240bf2c9..c4b8caae 100644 --- a/docs/examples/04-receipts.md +++ b/docs/examples/04-receipts.md @@ -11,7 +11,7 @@ --- -### Запрос на создание чека +### Запрос на создание чека [Информация о создании чека в документации](https://yookassa.ru/developers/api?lang=php#create_receipt) @@ -64,7 +64,7 @@ var_dump($response); --- -### Запрос на создание чека через билдер +### Запрос на создание чека через билдер [Информация о создании чека в документации](https://yookassa.ru/developers/api?lang=php#create_receipt) @@ -138,7 +138,7 @@ var_dump($response); --- -### Получить информацию о чеке +### Получить информацию о чеке [Информация о чеке в документации](https://yookassa.ru/developers/api?lang=php#get_receipt) @@ -164,7 +164,7 @@ var_dump($response); --- -### Получить список чеков с фильтрацией +### Получить список чеков с фильтрацией [Список чеков в документации](https://yookassa.ru/developers/api?lang=php#get_receipts_list) diff --git a/docs/examples/05-deals.md b/docs/examples/05-deals.md index 6ec350f2..53e35c05 100644 --- a/docs/examples/05-deals.md +++ b/docs/examples/05-deals.md @@ -15,7 +15,7 @@ SDK позволяет создавать безопасные сделки, п --- -### Запрос на создание сделки +### Запрос на создание сделки [Создание сделки в документации](https://yookassa.ru/developers/api?lang=php#create_deal) @@ -52,7 +52,7 @@ if (!empty($response)) { ``` --- -### Запрос на создание платежа через билдер +### Запрос на создание платежа через билдер [Создание платежа в документации](https://yookassa.ru/developers/api?lang=php#create_payment) @@ -93,7 +93,7 @@ var_dump($response); ``` --- -### Запрос на создание платежа с привязкой к сделке +### Запрос на создание платежа с привязкой к сделке [Создание платежа в документации](https://yookassa.ru/developers/api?lang=php#create_payment) @@ -159,7 +159,7 @@ var_dump($result); --- -### Запрос на выплату продавцу +### Запрос на выплату продавцу [Выплата продавцу в документации](https://yookassa.ru/developers/api?lang=php#create_payout) @@ -203,7 +203,7 @@ var_dump($result); --- -### Получить информацию о сделке +### Получить информацию о сделке [Информация о сделке в документации](https://yookassa.ru/developers/api?lang=php#get_deal) @@ -228,7 +228,7 @@ var_dump($response); ``` --- -### Получить список сделок с фильтрацией +### Получить список сделок с фильтрацией [Список платежей в документации](https://yookassa.ru/developers/api?lang=php#get_deals_list) @@ -278,7 +278,7 @@ try { --- -### Получить информацию о выплате +### Получить информацию о выплате [Информация о выплате в документации](https://yookassa.ru/developers/api?lang=php#get_payout) diff --git a/docs/namespaces/default.md b/docs/namespaces/default.md index 7ddba317..60456142 100644 --- a/docs/namespaces/default.md +++ b/docs/namespaces/default.md @@ -52,6 +52,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-client.md b/docs/namespaces/yookassa-client.md index 514ea230..3d2023ee 100644 --- a/docs/namespaces/yookassa-client.md +++ b/docs/namespaces/yookassa-client.md @@ -33,6 +33,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-common-exceptions.md b/docs/namespaces/yookassa-common-exceptions.md index fbfbfa07..e02726c8 100644 --- a/docs/namespaces/yookassa-common-exceptions.md +++ b/docs/namespaces/yookassa-common-exceptions.md @@ -41,6 +41,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-common.md b/docs/namespaces/yookassa-common.md index d29e9450..4c9707d6 100644 --- a/docs/namespaces/yookassa-common.md +++ b/docs/namespaces/yookassa-common.md @@ -38,6 +38,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-helpers-config.md b/docs/namespaces/yookassa-helpers-config.md index 3c4c4221..5f4699b8 100644 --- a/docs/namespaces/yookassa-helpers-config.md +++ b/docs/namespaces/yookassa-helpers-config.md @@ -31,6 +31,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-helpers.md b/docs/namespaces/yookassa-helpers.md index 9a81f427..e51cc9bc 100644 --- a/docs/namespaces/yookassa-helpers.md +++ b/docs/namespaces/yookassa-helpers.md @@ -35,6 +35,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-confirmation.md b/docs/namespaces/yookassa-model-confirmation.md index c91fe9d6..6f739642 100644 --- a/docs/namespaces/yookassa-model-confirmation.md +++ b/docs/namespaces/yookassa-model-confirmation.md @@ -32,6 +32,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-confirmationattributes.md b/docs/namespaces/yookassa-model-confirmationattributes.md index c0749cc7..a94d1a4c 100644 --- a/docs/namespaces/yookassa-model-confirmationattributes.md +++ b/docs/namespaces/yookassa-model-confirmationattributes.md @@ -32,6 +32,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-deal.md b/docs/namespaces/yookassa-model-deal.md index 0829b1fd..a1f758c0 100644 --- a/docs/namespaces/yookassa-model-deal.md +++ b/docs/namespaces/yookassa-model-deal.md @@ -36,6 +36,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-notification.md b/docs/namespaces/yookassa-model-notification.md index fd0467c9..8b157f56 100644 --- a/docs/namespaces/yookassa-model-notification.md +++ b/docs/namespaces/yookassa-model-notification.md @@ -39,6 +39,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md b/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md index d1d0aa58..a2e05420 100644 --- a/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md +++ b/docs/namespaces/yookassa-model-paymentdata-b2b-sberbank.md @@ -33,6 +33,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentdata-b2b.md b/docs/namespaces/yookassa-model-paymentdata-b2b.md index 6a5a21ef..47f7b877 100644 --- a/docs/namespaces/yookassa-model-paymentdata-b2b.md +++ b/docs/namespaces/yookassa-model-paymentdata-b2b.md @@ -23,6 +23,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentdata.md b/docs/namespaces/yookassa-model-paymentdata.md index de30cd95..d8f44aeb 100644 --- a/docs/namespaces/yookassa-model-paymentdata.md +++ b/docs/namespaces/yookassa-model-paymentdata.md @@ -46,6 +46,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md b/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md index bb23d54d..551a7c38 100644 --- a/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md +++ b/docs/namespaces/yookassa-model-paymentmethod-b2b-sberbank.md @@ -31,6 +31,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentmethod-b2b.md b/docs/namespaces/yookassa-model-paymentmethod-b2b.md index 2deef674..770fbbf9 100644 --- a/docs/namespaces/yookassa-model-paymentmethod-b2b.md +++ b/docs/namespaces/yookassa-model-paymentmethod-b2b.md @@ -23,6 +23,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-paymentmethod.md b/docs/namespaces/yookassa-model-paymentmethod.md index b8e1adee..9ce497f0 100644 --- a/docs/namespaces/yookassa-model-paymentmethod.md +++ b/docs/namespaces/yookassa-model-paymentmethod.md @@ -49,6 +49,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-payout.md b/docs/namespaces/yookassa-model-payout.md index 29727ed3..0ccfc374 100644 --- a/docs/namespaces/yookassa-model-payout.md +++ b/docs/namespaces/yookassa-model-payout.md @@ -33,6 +33,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-receipt.md b/docs/namespaces/yookassa-model-receipt.md index 3a978c5e..862fd4dd 100644 --- a/docs/namespaces/yookassa-model-receipt.md +++ b/docs/namespaces/yookassa-model-receipt.md @@ -35,6 +35,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model-webhook.md b/docs/namespaces/yookassa-model-webhook.md index 40612374..bcf893ea 100644 --- a/docs/namespaces/yookassa-model-webhook.md +++ b/docs/namespaces/yookassa-model-webhook.md @@ -25,6 +25,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-model.md b/docs/namespaces/yookassa-model.md index d4981b3e..5dd71962 100644 --- a/docs/namespaces/yookassa-model.md +++ b/docs/namespaces/yookassa-model.md @@ -96,6 +96,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-deals.md b/docs/namespaces/yookassa-request-deals.md index 7678f2a4..fb5dc0e3 100644 --- a/docs/namespaces/yookassa-request-deals.md +++ b/docs/namespaces/yookassa-request-deals.md @@ -41,6 +41,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments-payment.md b/docs/namespaces/yookassa-request-payments-payment.md index fa8adf4f..c5143495 100644 --- a/docs/namespaces/yookassa-request-payments-payment.md +++ b/docs/namespaces/yookassa-request-payments-payment.md @@ -35,6 +35,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payments.md b/docs/namespaces/yookassa-request-payments.md index 2b847841..1d751ac2 100644 --- a/docs/namespaces/yookassa-request-payments.md +++ b/docs/namespaces/yookassa-request-payments.md @@ -45,6 +45,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md b/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md index 69fb69a6..c275cb1c 100644 --- a/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md +++ b/docs/namespaces/yookassa-request-payouts-payoutdestinationdata.md @@ -29,6 +29,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-payouts.md b/docs/namespaces/yookassa-request-payouts.md index c77aee65..bec139f8 100644 --- a/docs/namespaces/yookassa-request-payouts.md +++ b/docs/namespaces/yookassa-request-payouts.md @@ -40,6 +40,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-receipts.md b/docs/namespaces/yookassa-request-receipts.md index ecf0b935..fcb01af5 100644 --- a/docs/namespaces/yookassa-request-receipts.md +++ b/docs/namespaces/yookassa-request-receipts.md @@ -46,6 +46,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-refunds.md b/docs/namespaces/yookassa-request-refunds.md index daf8fdfc..b5efdc97 100644 --- a/docs/namespaces/yookassa-request-refunds.md +++ b/docs/namespaces/yookassa-request-refunds.md @@ -41,6 +41,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request-webhook.md b/docs/namespaces/yookassa-request-webhook.md index 486917c9..cf040cb3 100644 --- a/docs/namespaces/yookassa-request-webhook.md +++ b/docs/namespaces/yookassa-request-webhook.md @@ -25,6 +25,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa-request.md b/docs/namespaces/yookassa-request.md index 1b6c2bb3..66747a3c 100644 --- a/docs/namespaces/yookassa-request.md +++ b/docs/namespaces/yookassa-request.md @@ -28,6 +28,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/namespaces/yookassa.md b/docs/namespaces/yookassa.md index 2f9c810e..8d6cf31a 100644 --- a/docs/namespaces/yookassa.md +++ b/docs/namespaces/yookassa.md @@ -33,6 +33,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/readme.md b/docs/readme.md index 1749883e..bc7d6e3b 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -52,6 +52,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/reports/deprecated.md b/docs/reports/deprecated.md index 63561f93..705408fc 100644 --- a/docs/reports/deprecated.md +++ b/docs/reports/deprecated.md @@ -92,6 +92,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/reports/errors.md b/docs/reports/errors.md index 2c5b6400..76343531 100644 --- a/docs/reports/errors.md +++ b/docs/reports/errors.md @@ -18,6 +18,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/docs/reports/markers.md b/docs/reports/markers.md index 0e3836c8..af85a7d6 100644 --- a/docs/reports/markers.md +++ b/docs/reports/markers.md @@ -18,6 +18,6 @@ --- -This document was automatically generated from source code comments on 2023-01-19 using [phpDocumentor](http://www.phpdoc.org/) +This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/) © 2023 YooMoney \ No newline at end of file diff --git a/lib/Client.php b/lib/Client.php index ec3378e2..e5bc5ac8 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -112,7 +112,7 @@ class Client extends BaseClient /** * Текущая версия библиотеки */ - const SDK_VERSION = '2.7.5'; + const SDK_VERSION = '2.7.6'; /** * Получить список платежей магазина diff --git a/lib/Common/AbstractObject.php b/lib/Common/AbstractObject.php index 6663f9f0..97f2cc65 100644 --- a/lib/Common/AbstractObject.php +++ b/lib/Common/AbstractObject.php @@ -104,7 +104,7 @@ abstract class AbstractObject implements \ArrayAccess, \JsonSerializable * Устанавливает значение свойства * @param string $offset Имя свойства * @param mixed $value Значение свойства - * @retrun void + * @return void */ public function offsetSet($offset, $value) { @@ -125,7 +125,7 @@ abstract class AbstractObject implements \ArrayAccess, \JsonSerializable /** * Удаляет свойство * @param string $offset Имя удаляемого свойства - * @retrun void + * @return void */ public function offsetUnset($offset) { diff --git a/phpdoc.xml b/phpdoc.xml index 8de71d30..a3876611 100644 --- a/phpdoc.xml +++ b/phpdoc.xml @@ -9,7 +9,7 @@ .phpdoc - + latest