AbstractEntity::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. im
  3. AbstractEntity
  4. __construct
  • Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/integration/abstractentity.php
  • Класс: BitrixImCallIntegrationAbstractEntity
  • Вызов: AbstractEntity::__construct
public function __construct(Call $call, $entityId)
{
	$this->call = $call;
	$this->entityId = $entityId;
	$this->initiatorId = $call->getInitiatorId();
}

Добавить комментарий