• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/addressbookhandler.php
  • Класс: CDavAddressbookHandler
  • Вызов: CDavAddressbookHandler::GetMethodMinimumPrivilege
protected function GetMethodMinimumPrivilege($method)
{
	static $arMethodMinimumPrivilegeMap = array(
		'GET' => 'DAV:read',
		'PUT' => 'DAV:write',
		'DELETE' => 'DAV:write',
	);
	return $arMethodMinimumPrivilegeMap[$method];
}