1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
AddInvitationHandler.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Control\Handler\Add;
6
7use Bitrix\Main\ArgumentException;
8use Bitrix\Main\LoaderException;
9use Bitrix\Main\ObjectPropertyException;
10use Bitrix\Main\SystemException;
11use Bitrix\Socialnetwork\Control\Command\AddCommand;
12use Bitrix\Socialnetwork\Control\Handler\HandlerResult;
13use Bitrix\Socialnetwork\Control\Handler\Trait\SendInvitationTrait;
14use Bitrix\Socialnetwork\Item\Workgroup;
15
17{
18 use SendInvitationTrait;
19
26 public function add(AddCommand $command, Workgroup $entity): HandlerResult
27 {
28 return $this->send($command, $entity);
29 }
30}
add(AddCommand $command, Workgroup $entity)
Определения AddInvitationHandler.php:26
$entity