Class: CategoryList

Source Location: /CORE/system/classes/category/CategoryList.php

Class CategoryList

Class Overview

Fetches a flat List of all Category without tree-hierarchy.

Located in /CORE/system/classes/category/CategoryList.php [line 37]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: CategoryList.php,v 1.6 2006/11/26 22:04:17 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
CategoryList   CategoryList()  
void   count()  
Category   next()  

[ Top ]
Methods
Constructor CategoryList  [line 45]

  CategoryList CategoryList( )



[ Top ]
count  [line 54]

  void count( )



[ Top ]
next  [line 62]

  Category next( )


API Tags:
Return:  the next Category


[ Top ]