• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/WebForm/Scenario/BaseScenario.php
  • Класс: Bitrix\Crm\Service\WebForm\Scenario\BaseScenario
  • Вызов: BaseScenario::getTitle
public function getTitle(): string
{
	if (!$this->title)
	{
		return Loc::getMessage('CRM_SERVICE_FORM_SCENARIO_'.mb_strtoupper($this->getId())) ?? '';
	}
	
	return $this->title;
}