• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/Pusher.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\Pusher
  • Вызов: Pusher::sendChangePinnedEvent
public function sendChangePinnedEvent(string $sourceStreamName, string $sourceItemId): void
{
	$this->sendPullEvent(self::ACTION_CHANGE_PINNED, [
		'fromStream' => $sourceStreamName,
		'fromId' => $sourceItemId,
	]);
}