3declare(strict_types=1);
5namespace Bitrix\Socialnetwork\Collab\Control\Handler\Add;
7use Bitrix\Socialnetwork\Collab\Control\Handler\Trait\SetOptionsTrait;
8use Bitrix\Socialnetwork\Control\Command\AddCommand;
9use Bitrix\Socialnetwork\Control\Handler\Add\AddHandlerInterface;
10use Bitrix\Socialnetwork\Control\Handler\HandlerResult;
11use Bitrix\Socialnetwork\Item\Workgroup;
19 return $this->setOptions($command,
$entity);
add(AddCommand $command, Workgroup $entity)