File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/messageservice/lib/Providers/Edna/ExternalSender.php
Back
<?php namespace Bitrix\MessageService\Providers\Edna; use Bitrix\MessageService\Sender\Result\HttpRequestResult; use Bitrix\MessageService\Providers\ExternalSender as IExternalSender; abstract class ExternalSender implements IExternalSender { protected const USER_AGENT = 'Bitrix24'; protected const CONTENT_TYPE = 'application/json'; protected const CHARSET = 'UTF-8'; protected const WAIT_RESPONSE = true; protected string $apiKey; protected string $apiEndpoint; protected int $socketTimeout; protected int $streamTimeout; public function setApiKey(string $apiKey) : self { $this->apiKey = $apiKey; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings