• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Restriction/RestrictionManager.php
  • Класс: BitrixMessageServiceRestrictionRestrictionManager
  • Вызов: RestrictionManager::unlockRestrictions
private function unlockRestrictions(): void
{
	foreach($this->restrictions as $restriction)
	{
		$restriction->unlock();
	}
}