EntityChange::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. EntityChange
  4. __construct
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/monitor/entitychange.php
  • Класс: Bitrix\Crm\Counter\Monitor\EntityChange
  • Вызов: EntityChange::__construct
public function __construct(
	ItemIdentifier $identifier,
	?int $oldAssignedById,
	?int $newAssignedById,
	?string $oldStageId,
	?string $newStageId,
	?int $oldCategoryId,
	?int $newCategoryId
)
{
	$this->identifier = $identifier;
	$this->oldAssignedById = $oldAssignedById;
	$this->newAssignedById = $newAssignedById;
	$this->oldStageId = $oldStageId;
	$this->newStageId = $newStageId;
	$this->oldCategoryId = $oldCategoryId;
	$this->newCategoryId = $newCategoryId;
}

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