function checkUserRoles($module, $activity, $category = "Block") { return RoleModel::checkRole($module, $activity, $category); }
function checkUserRoles($module, $activity) { return RoleModel::checkRole($module, $activity); }