3 # FILE: PrivilegeSet.php 5 # Part of the Collection Workflow Integration System (CWIS) 6 # Copyright 2014 Edward Almasy and Internet Scout Research Group 7 # http://scout.wisc.edu/cwis/ 27 # ---- PRIVATE INTERFACE -------------------------------------------------
Set of privileges used to access resource information or other parts of the system.
MeetsRequirements(CWUser $User, $Resource=self::NO_RESOURCE)
Determine if a given user meets the requirements specified by this PrivilegeSet.
Compatibility layer allowing interfaces built against the privilege system from CWIS 3...
IsGreaterThan(PrivilegeSet $Set, $Resource=PrivilegeSet::NO_RESOURCE)
__construct(CWUser $User)
CWIS-specific user class.