• Модуль: recyclebin
  • Путь к файлу: ~/bitrix/modules/recyclebin/lib/integration/bitrix24.php
  • Класс: BitrixRecyclebinIntegrationis
  • Вызов: is::isLicensePaid
static function isLicensePaid()
{
	if(!static::includeModule()) // box installation is like a free license in terms of bitrix24
	{
		return true;
	}

	return CBitrix24::isLicensePaid();
}