• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/webdavstorage.php
  • Класс: CWebDavStorageCore
  • Вызов: CWebDavStorageCore::getRightSection
private function getRightSection(array $section)
{
	$perm = 'W';
	if (!empty($section['E_RIGHTS']))
	{
		$perm = isset($section['E_RIGHTS']['section_edit']) ? 'W' : 'R';
	}

	return $perm;
}