Moodle  2.2.1
http://www.collinsharper.com
grade_edit_tree_column Class Reference
Inheritance diagram for grade_edit_tree_column:

Public Member Functions

 get_header_cell ()
 get_category_cell ($category, $levelclass, $params)
 get_item_cell ($item, $params)
 is_hidden ($mode='simple')
 __construct ()

Static Public Member Functions

static factory ($name, $params=array())

Data Fields

 $forced
 $hidden
 $forced_hidden
 $advanced_hidden
 $hide_when_moving = true
 $headercell
 $categorycell
 $itemcell

Detailed Description

Definition at line 490 of file lib.php.


Constructor & Destructor Documentation

Definition at line 530 of file lib.php.

Here is the caller graph for this function:


Member Function Documentation

static factory ( name,
params = array() 
) [static]

Definition at line 515 of file lib.php.

Here is the caller graph for this function:


Field Documentation

$advanced_hidden

Reimplemented in grade_edit_tree_column_name.

Definition at line 494 of file lib.php.

html_table_cell $categorycell

html_table_cell object used as a template for category cells in all categories. It must be cloned before being used.

Definition at line 507 of file lib.php.

$forced

Reimplemented in grade_edit_tree_column_name, and grade_edit_tree_column_category.

Definition at line 491 of file lib.php.

$forced_hidden

Reimplemented in grade_edit_tree_column_name.

Definition at line 493 of file lib.php.

html_table_cell $headercell

html_table_cell object used as a template for header cells in all categories. It must be cloned before being used.

Definition at line 501 of file lib.php.

$hidden

Reimplemented in grade_edit_tree_column_name.

Definition at line 492 of file lib.php.

$hide_when_moving = true

Reimplemented in grade_edit_tree_column_name.

Definition at line 495 of file lib.php.

html_table_cell $itemcell

html_table_cell object used as a template for item cells in all categories. It must be cloned before being used.

Definition at line 513 of file lib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations