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