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