1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
CollabEntityUpdateEvent.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Collab\Entity\Event;
6
7use Bitrix\Main\Event;
8use Bitrix\Socialnetwork\Collab\Entity\CollabEntity;
9
11{
12 public function __construct(?CollabEntity $entity, array $changes)
13 {
14 $parameters = [
15 'entity' => $entity,
16 'changes' => $changes,
17 ];
18
19 parent::__construct('socialnetwork', 'OnCollabEntityUpdate', $parameters);
20 }
21
22 public function getEntity(): ?CollabEntity
23 {
24 return $this->parameters['entity'];
25 }
26
27 public function getChanges(): array
28 {
29 return $this->parameters['changes'];
30 }
31}
Определения event.php:5
$parameters
Определения event.php:8
__construct(?CollabEntity $entity, array $changes)
Определения CollabEntityUpdateEvent.php:12
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$entity