3declare(strict_types=1);
5namespace Bitrix\Socialnetwork\Control\Handler\Add;
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;
18 use SendInvitationTrait;
28 return $this->send($command,
$entity);
add(AddCommand $command, Workgroup $entity)