1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
AddInvitationHandler.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
15
17{
18 use SendInvitationTrait;
19
26 public function update(UpdateCommand $command, Workgroup $entityBefore, Workgroup $entityAfter): HandlerResult
27 {
28 return $this->send($command, $entityBefore);
29 }
30}
update(UpdateCommand $command, Workgroup $entityBefore, Workgroup $entityAfter)
Определения AddInvitationHandler.php:26