Class Groups

Description

Groups is interface to control group-objects

Located in /mod_groups.php (line 16)

Base
   |
   --Groups
Method Summary
Groups __construct (mixed $school_id)
void gcount ()
void get_by_id (mixed $group_id)
void get_group_name (mixed $i)
void get_id (mixed $i)
void get_visible ()
void set_visible (mixed $v)
void start ()
void to_ascii ()
void view ()
void writeout_groups ()
Methods
Constructor __construct (line 55)

Initializes attributes

  • access: public
Groups __construct (mixed $school_id)
gcount (line 600)

Returns count of groups

  • access: public
void gcount ()
get_by_id (line 299)
  • access: public
void get_by_id (mixed $group_id)
get_group_name (line 617)

Returns group-name by given index

  • access: public
void get_group_name (mixed $i)
get_id (line 608)

Returns group_id by given index

  • access: public
void get_id (mixed $i)
get_visible (line 223)
  • access: public
void get_visible ()
set_visible (line 215)
  • access: public
void set_visible (mixed $v)
start (line 89)

Checks things like what page is supposed to be shown on the contentArea

  • access: public
void start ()
to_ascii (line 556)

Returns ascii formated view

  • access: public
void to_ascii ()
view (line 537)

Controls contentarea views

  • access: public
void view ()
writeout_groups (line 425)

Prints navbar of groups

  • access: public
void writeout_groups ()

Inherited Methods

Inherited From Base

Base::make_query()

Documentation generated on Mon, 16 May 2005 16:11:53 +0300 by phpDocumentor 1.3.0RC3