|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
export assignments of PRG More...
Collaboration diagram for ilPRGMemberExport: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 $filename, createCSV(), createExcel(), EXPORT_CSV, EXPORT_EXCEL, and write().
Here is the call graph for this function:
|
protected |
Definition at line 74 of file ilPRGMemberExport.php.
Referenced by create().
Here is the caller graph for this function:
|
protected |
Definition at line 67 of file ilPRGMemberExport.php.
References $writer, and ILIAS\Repository\lng().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPRGMemberExport::getCSVString | ( | ) |
Definition at line 79 of file ilPRGMemberExport.php.
|
protected |
Definition at line 87 of file ilPRGMemberExport.php.
References $data, ILIAS\Repository\settings(), writeData(), and writeRow().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 187 of file ilPRGMemberExport.php.
Referenced by writeRow().
Here is the caller graph for this function:
|
protected |
| string[] | $fields | |
| ilStudyProgrammeUserTableRow[] | $data |
Definition at line 106 of file ilPRGMemberExport.php.
References $data, and writeRow().
Referenced by write().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 195 of file ilPRGMemberExport.php.
Referenced by writeRow().
Here is the caller graph for this function:
|
protected |
| string[] | $values |
Definition at line 177 of file ilPRGMemberExport.php.
References writeCSVRow(), and writeExcelRow().
Referenced by write(), and writeData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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 create(), ilPRGMembersExportGUI\export(), and ilPRGMembersExportGUI\exportAssignments().
| const ilPRGMemberExport::EXPORT_EXCEL = 2 |
Definition at line 29 of file ilPRGMemberExport.php.
Referenced by create(), and ilPRGMembersExportGUI\exportExcel().