1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
UserDeleteEventListener.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Collab\Onboarding\Event\Type;
6
7use Bitrix\Main\EventResult;
8
10{
12 {
13 $eventResult = new EventResult(EventResult::SUCCESS);
14
15 if ($userId <= 0)
16 {
17 return $eventResult;
18 }
19
20 $this->queueService->deleteByUserIds($userId);
21
22 return $eventResult;
23 }
24}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18