• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_config.php
  • Класс: CVoxImplantConfig
  • Вызов: CVoxImplantConfig::GetLines
static function GetLines($showBaseNumber = true, $showRestApps = false)
{
	return static::GetLinesEx([
		'showRestApps' => $showRestApps
	]);
}