ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
export assignments of PRG More...
Public Member Functions | |
__construct (protected int $prg_ref_id, protected int $prg_obj_id, protected ilStudyProgrammeUserTable $prg_user_table, protected ilUserFormSettings $settings, protected ilLanguage $lng, protected DataFactory $data_factory) | |
create (int $type, string $filename) | |
getCSVString () | |
Data Fields | |
const | EXPORT_CSV = 1 |
const | EXPORT_EXCEL = 2 |
Protected Member Functions | |
createExcel () | |
createCSV () | |
write () | |
writeData (array $fields, array $data) | |
writeRow (array $values) | |
writeCSVRow (array $values) | |
writeExcelRow (array $values) | |
Protected Attributes | |
int | $export_type |
$writer | |
int | $current_row = 0 |
export assignments of PRG
Definition at line 26 of file ilPRGMemberExport.php.
ilPRGMemberExport::__construct | ( | protected int | $prg_ref_id, |
protected int | $prg_obj_id, | ||
protected ilStudyProgrammeUserTable | $prg_user_table, | ||
protected ilUserFormSettings | $settings, | ||
protected ilLanguage | $lng, | ||
protected DataFactory | $data_factory | ||
) |
Definition at line 40 of file ilPRGMemberExport.php.
ilPRGMemberExport::create | ( | int | $type, |
string | $filename | ||
) |
Definition at line 50 of file ilPRGMemberExport.php.
References createCSV(), createExcel(), and write().
|
protected |
Definition at line 74 of file ilPRGMemberExport.php.
Referenced by create().
|
protected |
Definition at line 67 of file ilPRGMemberExport.php.
References $writer, and ILIAS\Repository\lng().
Referenced by create().
ilPRGMemberExport::getCSVString | ( | ) |
Definition at line 79 of file ilPRGMemberExport.php.
References null.
|
protected |
Definition at line 87 of file ilPRGMemberExport.php.
References $data, null, ILIAS\Repository\settings(), writeData(), and writeRow().
Referenced by create().
|
protected |
Definition at line 187 of file ilPRGMemberExport.php.
Referenced by writeRow().
|
protected |
string[] | $fields |
ilStudyProgrammeUserTableRow[] | $data |
Definition at line 106 of file ilPRGMemberExport.php.
References writeRow().
Referenced by write().
|
protected |
Definition at line 195 of file ilPRGMemberExport.php.
Referenced by writeRow().
|
protected |
string[] | $values |
Definition at line 177 of file ilPRGMemberExport.php.
References writeCSVRow(), and writeExcelRow().
Referenced by write(), and writeData().
|
protected |
Definition at line 38 of file ilPRGMemberExport.php.
|
protected |
Definition at line 31 of file ilPRGMemberExport.php.
|
protected |
Definition at line 36 of file ilPRGMemberExport.php.
Referenced by createExcel().
const ilPRGMemberExport::EXPORT_CSV = 1 |
Definition at line 28 of file ilPRGMemberExport.php.
Referenced by ilPRGMembersExportGUI\export(), and ilPRGMembersExportGUI\exportAssignments().
const ilPRGMemberExport::EXPORT_EXCEL = 2 |
Definition at line 29 of file ilPRGMemberExport.php.
Referenced by ilPRGMembersExportGUI\exportExcel().