*/ class Manage { /** * Can this user use the management panel? */ const USE_MANAGE = 1; /** * Can this user toggle the restriction status of users? */ const CAN_RESTRICT_USERS = 2; }