1
0
KF2-Dev-Scripts/WebAdmin/Classes/ISettingsPrivileges.uc

20 lines
494 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* Interface to provide more granural privileges on settings pages.
*
* Copyright (C) 2011 Tripwire Interactive LLC
*
* @author Michiel 'elmuerte' Hendriks
*/
interface ISettingsPrivileges;
/**
* Sets the base uri to check privileges against. This is called by QHDefault
* before settings will be rendered.
*/
function setBasePrivilegeUri(String uri);
/**
* Check if
*/
function bool hasSettingsGroupAccess(class<WebAdminSettings> settings, string groupId);