bitrix24 / b24phpsdk

Bitrix24 PHP SDK for REST API
MIT License
15 stars 4 forks source link

Add ability to add custom suggests for userfields in IDE #18

Open mesilov opened 1 month ago

mesilov commented 1 month ago

Description

Now SDK has annotated standard fields in result types. https://github.com/bitrix24/b24phpsdk/blob/main/src/Services/CRM/Contact/Result/ContactItemResult.php#L25-L74

SDK needs an opportunity to add custom user-types for IDE suggests

image

Possible Solution

Use EventDispatcher for custom event OnReturnResultPrepeared to override container class for result.

Make examples for use cases