Class: Group

Source Location: /CORE/system/classes/group/Group.php

Class Group

Class Overview

This represents a User Group.

Located in /CORE/system/classes/group/Group.php [line 40]



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

Methods

[ Top ]
Method Summary
Group   Group()   This intializes the Object with the given Group ID
int   getID()   Gets the Group ID
int   getName()   Gets the Group Name

[ Top ]
Methods
Constructor Group  [line 53]

  Group Group( [id $id = null]  )

This intializes the Object with the given Group ID

Parameters:
id   $id:  the Group ID to be loaded


[ Top ]
getID  [line 87]

  int getID( )

Gets the Group ID


API Tags:
Return:  the ID


[ Top ]
getName  [line 96]

  int getName( )

Gets the Group Name


API Tags:
Return:  the ID


[ Top ]