Procedural File: gradebook_functions.inc.php
Source Location: /main/gradebook/lib/gradebook_functions.inc.php
Page Details:
Tags:
Includes:
block_students [line 31]
build_edit_icons_cat [line 94]
void build_edit_icons_cat(
object $cat, int $selectcat)
|
|
Builds the course or platform admin icons to edit a category
Parameters
| object |
$cat |
category object |
| int |
$selectcat |
id of selected category |
build_edit_icons_eval [line 116]
void build_edit_icons_eval(
object $eval, int $selectcat)
|
|
Builds the course or platform admin icons to edit an evaluation
Parameters
| object |
$eval |
evaluation object |
| int |
$selectcat |
id of selected category |
build_edit_icons_link [line 131]
void build_edit_icons_link(
$link, int $selectcat, object $linkobject)
|
|
Builds the course or platform admin icons to edit a link
Parameters
| object |
$linkobject |
|
| int |
$selectcat |
id of selected category |
| |
$link |
|
build_type_icon_tag [line 63]
void build_type_icon_tag(
$kind, string $type)
|
|
Builds an img tag for a gradebook item
Parameters
| string |
$type |
value returned by a gradebookitem's get_icon_name() |
| |
$kind |
|
get_course_name_from_code [line 49]
void get_course_name_from_code(
string $code)
|
|
Returns the course name from a given code
Parameters
get_icon_file_name [line 73]
void get_icon_file_name(
string $type)
|
|
Returns the icon filename for a gradebook item
Parameters
| string |
$type |
value returned by a gradebookitem's get_icon_name() |
|