Class FrightService

Description

The FrightService holds methods to gain information about User and Group specific Fright Settings.

  • version: $Id: FrightService.php,v 1.8 2006/11/26 22:04:24 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License


			
Method Summary
boolean hasFright (int $userid, String $fright)
boolean hasGroupFright (int $group_id, String $fright)
Methods
hasFright (line 109)

Checks if a Functional Right is set for the given User.

  • return: whether the User has the Functional Right or not
boolean hasFright (int $userid, String $fright)
  • int $userid: userid the User ID to check
  • String $fright: fright the Functional String to check
hasGroupFright (line 80)

Checks if a Functional Right is set for the given Group.

  • return: whether the Group has the Functional Right or not
boolean hasGroupFright (int $group_id, String $fright)
  • int $group_id: group_id the Group ID to check
  • String $fright: fright the Functional String to check

Documentation generated by phpDocumentor 1.3.1