1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
DeleteUserConfig.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\V2\Relation;
4
5
final
class
DeleteUserConfig
6
{
7
public
readonly
bool
$withMessage
;
8
public
readonly
bool
$skipRecent
;
9
public
readonly
bool
$withNotification
;
10
public
readonly
bool
$skipCheckReason
;
11
public
readonly
bool
$withoutRead
;
12
13
public
function
__construct
(
14
bool
$withMessage
=
true
,
15
bool
$skipRecent
=
false
,
16
bool
$withNotification
=
true
,
17
bool
$skipCheckReason
=
false
,
18
bool
$withoutRead
=
false
19
)
20
{
21
$this->withMessage =
$withMessage
;
22
$this->skipRecent =
$skipRecent
;
23
$this->withNotification =
$withNotification
;
24
$this->skipCheckReason =
$skipCheckReason
;
25
$this->withoutRead =
$withoutRead
;
26
}
27
}
Bitrix\Im\V2\Relation\DeleteUserConfig
Определения
DeleteUserConfig.php:6
Bitrix\Im\V2\Relation\DeleteUserConfig\$withMessage
readonly bool $withMessage
Определения
DeleteUserConfig.php:7
Bitrix\Im\V2\Relation\DeleteUserConfig\$skipCheckReason
readonly bool $skipCheckReason
Определения
DeleteUserConfig.php:10
Bitrix\Im\V2\Relation\DeleteUserConfig\__construct
__construct(bool $withMessage=true, bool $skipRecent=false, bool $withNotification=true, bool $skipCheckReason=false, bool $withoutRead=false)
Определения
DeleteUserConfig.php:13
Bitrix\Im\V2\Relation\DeleteUserConfig\$skipRecent
readonly bool $skipRecent
Определения
DeleteUserConfig.php:8
Bitrix\Im\V2\Relation\DeleteUserConfig\$withoutRead
readonly bool $withoutRead
Определения
DeleteUserConfig.php:11
Bitrix\Im\V2\Relation\DeleteUserConfig\$withNotification
readonly bool $withNotification
Определения
DeleteUserConfig.php:9
bitrix
modules
im
lib
V2
Relation
DeleteUserConfig.php
Создано системой
1.14.0