1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
promise.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Web\Http\Socket;
4
5use Bitrix\Main\Web\Http;
6
7class Promise extends Http\Promise
8{
14 {
15 parent::__construct($handler, $queue);
16
17 $this->id = spl_object_hash($this);
18 }
19
23 public function getHandler(): Handler
24 {
25 return $this->handler;
26 }
27}
Queue $queue
Определения promise.php:28
__construct(Handler $handler, Http\Queue $queue)
Определения promise.php:13