1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
InterruptedExecutionException.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Message\Delete\Strategy;
4
5use Bitrix\Im\V2\Result;
6
8{
9 protected ?Result $result = null;
10 public function __construct(Result $result = new Result(), string $message = '', int $code = 0, \Throwable $previous = null)
11 {
12 $this->result = $result;
13 parent::__construct($message, $code, $previous);
14 }
15
16 public function getResult(): Result
17 {
18 return $this->result ?? (new Result());
19 }
20
21 public function setResult(Result $result): self
22 {
23 $this->result = $result;
24 return $this;
25 }
26}
__construct(Result $result=new Result(), string $message='', int $code=0, \Throwable $previous=null)
Определения result.php:20
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195
$message
Определения payment.php:8