Procedural File: exportgradebook.php
Source Location: /main/gradebook/lib/fe/exportgradebook.php
Page Details:
Tags:
export_pdf [line 89]
void export_pdf(
resource $pdf, array $newarray, array $header_names, string $format)
|
|
Exports the data as a table on a PDF page
Parameters
| resource |
$pdf |
The PDF object (ezpdf class) used to generate the file |
| array |
$newarray |
The data array |
| array |
$header_names |
Table headers |
| string |
$format |
Format (portrait or landscape) |
print_table [line 9]
void print_table(
array $data_array, array $header_names, string $view, string $coursename)
|
|
Prints an HTML page with a table containing the gradebook data
Parameters
| array |
$data_array |
Array containing the data to be printed in the table |
| array |
$header_names |
Table headers |
| string |
$view |
View to print as a title for the table |
| string |
$coursename |
Course name to print as title for the table |
|
|