• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/starter.php
  • Класс: Bitrix\Crm\Automation\Starter
  • Вызов: Starter::setContextToMobile
public function setContextToMobile(): self
{
	$this->context = static::CONTEXT_MOBILE;
	$this->contextModuleId = 'mobile';
	return $this;
}