1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
RemoveUserFromCollabLogEntry.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Socialnetwork\Collab\Log\Entry;
4
5
use Bitrix\Socialnetwork\Collab\Log\AbstractCollabLogEntry;
6
7
class
RemoveUserFromCollabLogEntry
extends
AbstractCollabLogEntry
8
{
9
static
public
function
getEventType
(): string
10
{
11
return
'REMOVE_USER_FROM_COLLAB'
;
12
}
13
14
public
function
setRole
(
string
$role): self
15
{
16
return
$this->
setDataValue
(
'role'
, $role);
17
}
18
19
public
function
setInitiator
(
int
$initiator): self
20
{
21
return
$this->
setDataValue
(
'initiator'
, $initiator);
22
}
23
}
Bitrix\Socialnetwork\Collab\Log\AbstractCollabLogEntry
Определения
AbstractCollabLogEntry.php:10
Bitrix\Socialnetwork\Collab\Log\AbstractCollabLogEntry\setDataValue
setDataValue(string $key, mixed $value)
Определения
AbstractCollabLogEntry.php:100
Bitrix\Socialnetwork\Collab\Log\Entry\RemoveUserFromCollabLogEntry
Определения
RemoveUserFromCollabLogEntry.php:8
Bitrix\Socialnetwork\Collab\Log\Entry\RemoveUserFromCollabLogEntry\setInitiator
setInitiator(int $initiator)
Определения
RemoveUserFromCollabLogEntry.php:19
Bitrix\Socialnetwork\Collab\Log\Entry\RemoveUserFromCollabLogEntry\setRole
setRole(string $role)
Определения
RemoveUserFromCollabLogEntry.php:14
Bitrix\Socialnetwork\Collab\Log\Entry\RemoveUserFromCollabLogEntry\getEventType
static getEventType()
Определения
RemoveUserFromCollabLogEntry.php:9
bitrix
modules
socialnetwork
lib
Collab
Log
Entry
RemoveUserFromCollabLogEntry.php
Создано системой
1.14.0