• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/UI/DetailCard/Configurator.php
  • Класс: BitrixMobileUIDetailCardConfigurator
  • Вызов: Configurator::checkTabAction
private function checkTabAction(TabsBase $tab): bool
{
	return $this->hasControllerAction($this->getTabActionName($tab));
}