Class ItemRightEnumeration

Description

The ItemRightEnumeration holds methods for receiving infos about all registered Rights for the given Item.

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


			
Method Summary
ItemRightEnumeration ItemRightEnumeration (String $itemtype, int $itemid)
void countRights ()
Object getNextRight ()
Methods
Constructor ItemRightEnumeration (line 51)

Holds method for receiving all Rights that exists for one Item.

ItemRightEnumeration ItemRightEnumeration (String $itemtype, int $itemid)
  • String $itemtype: the Table Name to get Rights from
  • int $itemid: the Item ID to get Rights for
countRights (line 66)
void countRights ()
getNextRight (line 80)

Gets the next Right for the inialized Item ID

  • return: the next Right as Right Object
Object getNextRight ()

Documentation generated by phpDocumentor 1.3.1