1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
CreateCollabLogEntry.php
См. документацию.
1<?php
2
3namespace Bitrix\Socialnetwork\Collab\Log\Entry;
4
5use Bitrix\Socialnetwork\Collab\Log\AbstractCollabLogEntry;
6
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}
Определения AbstractCollabLogEntry.php:10
setDataValue(string $key, mixed $value)
Определения AbstractCollabLogEntry.php:100
Определения CreateCollabLogEntry.php:8
setDescription(string $description)
Определения CreateCollabLogEntry.php:14
static getEventType()
Определения CreateCollabLogEntry.php:9
if(Loader::includeModule( 'bitrix24')) elseif(Loader::includeModule('intranet') &&CIntranetUtils::getPortalZone() !=='ru') $description
Определения .description.php:24