1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
taskcreated.php
См. документацию.
1<?php
2
3namespace Bitrix\Forum\Comments\Service;
4
5use Bitrix\Main\Loader;
6use Bitrix\Main\Web\Json;
7use Bitrix\Socialnetwork\CommentAux;
8
9final class TaskCreated extends EntityCreated
10{
11 const TYPE = 'CREATETASK';
12
13 protected function getSocnetType(): string
14 {
16 }
17}