[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/admin/tool/cohortroles/classes/output/ -> cohort_role_assignments_table.php (summary)

Cohort role assignments table

Copyright: 2015 Damyon Wiese
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 231 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

cohort_role_assignments_table:: (9 methods):
  __construct()
  col_rolename()
  col_cohortname()
  col_actions()
  define_table_columns()
  define_table_configs()
  get_sql_and_params()
  print_nothing_to_display()
  query_db()


Class: cohort_role_assignments_table  - X-Ref

Cohort role assignments table.

__construct($uniqueid, $url)   X-Ref
Sets up the table.

param: string $uniqueid Unique id of table.
param: moodle_url $url The base URL.

col_rolename($data)   X-Ref
Role name column.

param: array $data Row data.
return: string

col_cohortname($data)   X-Ref
Cohort name column.

param: array $data Row data.
return: string

col_actions($data)   X-Ref
Actions column.

param: array $data Row data.
return: string

define_table_columns()   X-Ref
Setup the headers for the table.


define_table_configs()   X-Ref
Define table configs.


get_sql_and_params($count = false)   X-Ref
Builds the SQL query.

param: bool $count When true, return the count SQL.
return: array containing sql to use and an array of params.

print_nothing_to_display()   X-Ref
Override the default implementation to set a decent heading level.


query_db($pagesize, $useinitialsbar = true)   X-Ref
Query the DB.

param: int $pagesize size of page for paginated displayed table.
param: bool $useinitialsbar do you want to use the initials bar.



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1