1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
promise.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Web\Http\Socket;
4
5
use Bitrix\Main\Web\Http;
6
7
class
Promise
extends
Http\Promise
8
{
13
public
function
__construct
(
Handler
$handler
,
Http
\
Queue
$queue
)
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
}
Bitrix\Main\Web\Http\Handler
Определения
handler.php:18
Bitrix\Main\Web\Http\Promise
Определения
promise.php:17
Bitrix\Main\Web\Http\Promise\$handler
$handler
Определения
promise.php:26
Bitrix\Main\Web\Http\Promise\$queue
Queue $queue
Определения
promise.php:28
Bitrix\Main\Web\Http\Queue
Определения
queue.php:15
Bitrix\Main\Web\Http\Socket\Promise\__construct
__construct(Handler $handler, Http\Queue $queue)
Определения
promise.php:13
Bitrix\Main\Web\Http\Socket\Promise\getHandler
getHandler()
Определения
promise.php:23
Bitrix\Main\Web\Http
Определения
clientexception.php:3
bitrix
modules
main
lib
web
http
socket
promise.php
Создано системой
1.14.0