• Модуль: transformer
  • Путь к файлу: ~/bitrix/modules/transformer/lib/command.php
  • Класс: BitrixTransformerCommand
  • Вызов: Command::push
public function push()
{
	if($this->id > 0 && Loader::includeModule('pull'))
	{
		CPullWatch::AddToStack('TRANSFORMATIONCOMPLETE'.$this->id, [
			'module_id' => 'transformer',
			'command' => 'refreshPlayer',
			'params' => ['id' => $this->id],
		]);
	}
}