Class ItemCategoryEnumeration

Description

The ItemCategoryEnumeration fetches all Categories that are linked to the given Item.

  • version: $Id: ItemCategoryEnumeration.php,v 1.7 2007/01/08 21:52:18 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License


			
Method Summary
ItemCategoryEnumeration ItemCategoryEnumeration (int $itemtypeid, int $itemid)
int count ()
boolean hasNext ()
Methods
Constructor ItemCategoryEnumeration (line 56)

Gets a Category SearchResult.

ItemCategoryEnumeration ItemCategoryEnumeration (int $itemtypeid, int $itemid)
  • int $itemtypeid: the Itemtype ID
  • int $itemid: the ItemID
count (line 70)

Counts the amount of Categories that ar linked to the Item.

  • return: the amount of linked Categories
int count ()
hasNext (line 88)

Returns whether there is at least one more Category.

  • return: if there is at least one more Category
boolean hasNext ()
next (line 78)

Gets the next Category.

  • return: the next Category
Category next ()

Documentation generated by phpDocumentor 1.3.1