1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
CompleteTaskLogEntry.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 'COMPLETE_TASK';
12 }
13}
Определения AbstractCollabLogEntry.php:10
Определения CompleteTaskLogEntry.php:8
static getEventType()
Определения CompleteTaskLogEntry.php:9