1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
CreateCollabLogEntry.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Socialnetwork\Collab\Log\Entry;
4
5
use Bitrix\Socialnetwork\Collab\Log\AbstractCollabLogEntry;
6
7
class
CreateCollabLogEntry
extends
AbstractCollabLogEntry
8
{
9
static
public
function
getEventType
(): string
10
{
11
return
'CREATE_COLLAB'
;
12
}
13
14
public
function
setDescription
(
string
$description
): self
15
{
16
return
$this->
setDataValue
(
'description'
, $description);
17
}
18
}
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\CreateCollabLogEntry
Определения
CreateCollabLogEntry.php:8
Bitrix\Socialnetwork\Collab\Log\Entry\CreateCollabLogEntry\setDescription
setDescription(string $description)
Определения
CreateCollabLogEntry.php:14
Bitrix\Socialnetwork\Collab\Log\Entry\CreateCollabLogEntry\getEventType
static getEventType()
Определения
CreateCollabLogEntry.php:9
$description
if(Loader::includeModule( 'bitrix24')) elseif(Loader::includeModule('intranet') &&CIntranetUtils::getPortalZone() !=='ru') $description
Определения
.description.php:24
bitrix
modules
socialnetwork
lib
Collab
Log
Entry
CreateCollabLogEntry.php
Создано системой
1.14.0