• Модуль: recyclebin
  • Путь к файлу: ~/bitrix/modules/recyclebin/lib/integration/bitrix24.php
  • Класс: BitrixRecyclebinIntegrationBitrix24
  • Вызов: Bitrix24::checkToolAvailable
static function checkToolAvailable($toolName)
{
	if($GLOBALS['__TASKS_DEVEL_ENV__'])
	{
		return true;
	}

	if(!static::includeModule()) // box installation, say yes
	{
		return true;
	}

	return CBitrix24BusinessTools::isToolAvailable(User::getCurrentUserId(), $toolName);
}