...Человеческий поиск в разработке...
- Модуль: 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; }