1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
AddInvitationHandler.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Socialnetwork\Control\Handler\Update
;
6
7
use
Bitrix\Main\ArgumentException
;
8
use
Bitrix\Main\LoaderException
;
9
use
Bitrix\Main\ObjectPropertyException
;
10
use
Bitrix\Main\SystemException
;
11
use
Bitrix\Socialnetwork\Control\Command\UpdateCommand
;
12
use
Bitrix\Socialnetwork\Control\Handler\HandlerResult
;
13
use
Bitrix\Socialnetwork\Control\Handler\Trait\SendInvitationTrait
;
14
use
Bitrix\Socialnetwork\Item\Workgroup
;
15
16
class
AddInvitationHandler
implements
UpdateHandlerInterface
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
}
Bitrix\Main\ArgumentException
Определения
ArgumentException.php:9
Bitrix\Main\LoaderException
Определения
loader.php:659
Bitrix\Main\ObjectPropertyException
Определения
ObjectPropertyException.php:9
Bitrix\Main\SystemException
Определения
SystemException.php:9
Bitrix\Socialnetwork\Control\Command\UpdateCommand
Определения
UpdateCommand.php:63
Bitrix\Socialnetwork\Control\Handler\HandlerResult
Определения
HandlerResult.php:10
Bitrix\Socialnetwork\Control\Handler\Update\AddInvitationHandler
Определения
AddInvitationHandler.php:17
Bitrix\Socialnetwork\Control\Handler\Update\AddInvitationHandler\update
update(UpdateCommand $command, Workgroup $entityBefore, Workgroup $entityAfter)
Определения
AddInvitationHandler.php:26
Bitrix\Socialnetwork\Control\Handler\Update\UpdateHandlerInterface
Определения
UpdateHandlerInterface.php:10
Bitrix\Socialnetwork\Control\Handler\Trait\SendInvitationTrait
trait SendInvitationTrait
Определения
SendInvitationTrait.php:22
Bitrix\Socialnetwork\Control\Handler\Update
Определения
AddInvitationHandler.php:5
Bitrix\Socialnetwork\Helper\Workgroup
Определения
access.php:9
Bitrix\Socialnetwork\Item\Workgroup
Определения
accessmanager.php:9
bitrix
modules
socialnetwork
lib
Control
Handler
Update
AddInvitationHandler.php
Создано системой
1.14.0