1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
CollabEntityAddEvent.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
9
11{
13 {
14 $parameters = [
15 'entity' => $entity
16 ];
17
18 parent::__construct('socialnetwork', 'OnCollabEntityAdd', $parameters);
19 }
20
21 public function getEntity(): CollabEntity
22 {
23 return $this->parameters['entity'];
24 }
25}
Определения event.php:5
$parameters
Определения event.php:8
$entity