1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
UpdateCollabLogEntry.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Socialnetwork\Collab\Log\Entry;
4
5
use Bitrix\Socialnetwork\Collab\Log\AbstractCollabLogEntry;
6
7
class
UpdateCollabLogEntry
extends
AbstractCollabLogEntry
8
{
9
public
const
PERMISSION_FIELD_PREFIX
=
'permission'
;
10
11
static
public
function
getEventType
(): string
12
{
13
return
'UPDATE_COLLAB'
;
14
}
15
16
public
function
setFieldName
(
string
$fieldName): self
17
{
18
return
$this->
setDataValue
(
'fieldName'
, $fieldName);
19
}
20
21
public
function
setPreviousValue
(mixed $value): self
22
{
23
return
$this->
setDataValue
(
'previousValue'
, $value);
24
}
25
26
public
function
setCurrentValue
(mixed $value): self
27
{
28
return
$this->
setDataValue
(
'currentValue'
, $value);
29
}
30
}
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\UpdateCollabLogEntry
Определения
UpdateCollabLogEntry.php:8
Bitrix\Socialnetwork\Collab\Log\Entry\UpdateCollabLogEntry\setPreviousValue
setPreviousValue(mixed $value)
Определения
UpdateCollabLogEntry.php:21
Bitrix\Socialnetwork\Collab\Log\Entry\UpdateCollabLogEntry\PERMISSION_FIELD_PREFIX
const PERMISSION_FIELD_PREFIX
Определения
UpdateCollabLogEntry.php:9
Bitrix\Socialnetwork\Collab\Log\Entry\UpdateCollabLogEntry\setFieldName
setFieldName(string $fieldName)
Определения
UpdateCollabLogEntry.php:16
Bitrix\Socialnetwork\Collab\Log\Entry\UpdateCollabLogEntry\setCurrentValue
setCurrentValue(mixed $value)
Определения
UpdateCollabLogEntry.php:26
Bitrix\Socialnetwork\Collab\Log\Entry\UpdateCollabLogEntry\getEventType
static getEventType()
Определения
UpdateCollabLogEntry.php:11
bitrix
modules
socialnetwork
lib
Collab
Log
Entry
UpdateCollabLogEntry.php
Создано системой
1.14.0